crispedge.com

Color picker

Loading...

#273b68 hex color - Blue - Cool color - Information

#273b68 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #273b68 Color code in RGB color code model is created after adding 15.29% red color, 23.14% green color and 40.78% blue color. Hex #273b68 Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 43% magenta, 0% yellow and 59% black.

Hex #273b68 color code is between #223366 web safe hex color code and #334477 web safe hex color code. #223366 is the nearest web safe color code. You can see here many more shades of #273b68 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code273b68#273b68
RGB Decimal39, 59, 104rgb(39, 59, 104)
RGB Percent15%, 23%, 41%rgb(15%, 23%, 41%)
CSS RGBa39, 59, 104,1rgba(39,59,104,1)
CMYK Modelcmyk(63%,43%,0%,59%)
HSL Color Space222,45% ,28%hsl(222,45% ,28%)
HSV Color Space222°, 63%, 41%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001001110011101101101000
Octal4773150
Decimal3959104
Hex273b68

Different shades of #273b68 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #273b68
#35508d
Dark Shade of #273b68
#192643
Saturated Shade of #273b68
#20386f
Desaturated Shade of #273b68
#2e3e61
Grey scale Shade of #273b68
#474747
Brighten Shade
#405481
Most Readable Shade
#FFFFFF

Shades of #273b68 color code

Generate more color scales with scales (color stack) generator.

#273b68
#22345c
#1e2d50
#1a2745
#152039
#111a2e
#0d1322
#080d17
#04060b
#000000

Similar Color like #273b68 color

Find visually similar hex color codes nearing to #273b68 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#283c69
#293d6a
#2a3e6b
#2b3f6c
#2c406d
#2d416e
#2e426f
#2f4370
#304471
#314572
#324673
#334774
#344875
#354976
#263a67
#253966
#243865
#233764
#223663
#213562
#203461
#1f3360
#1e325f
#1d315e
#1c305d
#1b2f5c
#1a2e5b
#192d5a

Monochromatic Color with #273b68

#273b68
#375392
#476bbd
#5783e7
#070b13
#17233d

Tints of #273b68 Color

#273b68
#3f5078
#576689
#6f7c9a
#8792ab
#9fa7bb
#b7bdcc
#cfd3dd
#e7e9ee
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#273b68
#685427

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#273b68
#683427
#5b6827

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#275568
#274868
#273b68
#272e68
#2d2768

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#273b68
#68273b
#3b6827

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#273b68
#68275b
#685427
#276833

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#273b68
#685427
#5b6827
#342768

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #273b68 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#273b68 Color Code Preview on Black Background Color

This is how #273b68 Color will look on black background color. Color contrast ratio is 1.91

#273b68 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#273b68">Your Example Paragraph content text in with font color #273b68 </p>

Your Example Paragraph content text in with font color #273b68

HTML with inline CSS

<div style="color:#273b68">Your Paragraph text in with font color #273b68 </div>

Your Example Paragraph content text in with font color #273b68

#273b68 color code is use for CSS Background Color

Background color for the above div is #273b68

HTML with inline CSS

<div style="background-color:#273b68;"></div>

#273b68 color code is use for CSS Border Color

CSS Border color for the above div is #273b68

HTML with inline CSS

<div style="border:5px solid #273b68;"></div>

CSS Border Left color for the above div is #273b68

HTML with inline CSS

<div style="border-left:5px solid #273b68;"></div>

CSS Border Right color for the above div is #273b68

HTML with inline CSS

<div style="border-right:5px solid #273b68;"></div>

CSS Border Bottom color for the above div is #273b68

HTML with inline CSS

<div style="border-bottom:5px solid #273b68;"></div>

CSS Border Top color for the above div is #273b68

HTML with inline CSS

<div style="border-top:5px solid #273b68;"></div>

#273b68 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#273b68; } .examplecolorclass {color:#273b68; } .examplebordercolor {border:3px solid #273b68; }

#273b68 Color code Preview on White Background

This is how #273b68 Color code will look on white background color. Color contrast ratio is 10.98

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #273b68; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #273b68; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(39,59,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(104,84,39,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(39,59,104,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.