Shades of Corn Flower Blue #3E3E73
Tints of Corn Flower Blue #3E3E73
RGB
CMYK
RGB Variations
Color information
#3E3E73 (or 0x3E3E73) is known color: Corn Flower Blue. HEX triplet: 3E, 3E and 73. RGB value is (62,62,115). Sum of RGB (Red+Green+Blue) = 62+62+115=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E3E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3E73 is #C1C18C. Grayscale: #434343. Windows color (decimal): -12697997 or 7552574. OLE color: 7552574.
HSL color Cylindrical-coordinate representation of color #3E3E73: hue angle of 240º 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 #3E3E73 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 62 | 115 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.55 |
| HSL | 240º | 0.3% | 0.35% | - |
| HSV(B) | 240º | 0.46% | 0.45% | - |
| XYZ | 6.8 | 5.71 | 16.96 | - |
| YUV | 68.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 62 | 115 | 0.46 | 0.46 | 0 | 0.55 | 240 | 0.3 | 0.35 |
| Hex | 3E | 3E | 73 | 2E | 2E | 0 | 37 | F0 | 1E | 23 |
| Octal | 76 | 76 | 163 | 56 | 56 | 0 | 67 | 360 | 36 | 43 |
| Binary | 111110 | 111110 | 1110011 | 101110 | 101110 | 0 | 110111 | 11110000 | 11110 | 100011 |
Color Harmonies of #3E3E73
Complementary color
Monochromatic Colors of #3E3E73
Black with #3E3E73
Text Example
Text Example
White with #3E3E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3E73; }
p { color: rgb(62,62,115); }
H1.HeaderClassName
{
color: #3E3E73;
}
.AnyTagClassName
{
color: #3E3E73;
}
</style>
background-color css
<style>
a { background-color: #3E3E73; }
a { background-color: rgb(62,62,115); }
div.DivClassName
{
background-color: #3E3E73;
}
.BgClassName
{
background-color: #3E3E73;
}
</style>
border-color css
<style>
span { border-color: #3E3E73; }
span { border-color: rgb(62,62,115); }
td.TdClassName
{
border-color: #3E3E73;
}
.TagClassName
{
border-color: #3E3E73;
}
</style>