Shades of Corn Flower Blue #3E4273
Tints of Corn Flower Blue #3E4273
RGB
CMYK
RGB Variations
Color information
#3E4273 (or 0x3E4273) is known color: Corn Flower Blue. HEX triplet: 3E, 42 and 73. RGB value is (62,66,115). Sum of RGB (Red+Green+Blue) = 62+66+115=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E4273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4273 is #C1BD8C. Grayscale: #464646. Windows color (decimal): -12696973 or 7553598. OLE color: 7553598.
HSL color Cylindrical-coordinate representation of color #3E4273: hue angle of 235.47º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E4273 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 66 | 115 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.55 |
| HSL | 235.47º | 0.3% | 0.35% | - |
| HSV(B) | 235.47º | 0.46% | 0.45% | - |
| XYZ | 7.03 | 6.16 | 17.04 | - |
| YUV | 70.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 115 | 0.46 | 0.43 | 0 | 0.55 | 235.47 | 0.3 | 0.35 |
| Hex | 3E | 42 | 73 | 2E | 2B | 0 | 37 | EB | 1E | 23 |
| Octal | 76 | 102 | 163 | 56 | 53 | 0 | 67 | 353 | 36 | 43 |
| Binary | 111110 | 1000010 | 1110011 | 101110 | 101011 | 0 | 110111 | 11101011 | 11110 | 100011 |
Color Harmonies of #3E4273
Complementary color
Monochromatic Colors of #3E4273
Black with #3E4273
Text Example
Text Example
White with #3E4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4273; }
p { color: rgb(62,66,115); }
H1.HeaderClassName
{
color: #3E4273;
}
.AnyTagClassName
{
color: #3E4273;
}
</style>
background-color css
<style>
a { background-color: #3E4273; }
a { background-color: rgb(62,66,115); }
div.DivClassName
{
background-color: #3E4273;
}
.BgClassName
{
background-color: #3E4273;
}
</style>
border-color css
<style>
span { border-color: #3E4273; }
span { border-color: rgb(62,66,115); }
td.TdClassName
{
border-color: #3E4273;
}
.TagClassName
{
border-color: #3E4273;
}
</style>