Shades of Corn Flower Blue #3E3F65
Tints of Corn Flower Blue #3E3F65
RGB
CMYK
RGB Variations
Color information
#3E3F65 (or 0x3E3F65) is known color: Corn Flower Blue. HEX triplet: 3E, 3F and 65. RGB value is (62,63,101). Sum of RGB (Red+Green+Blue) = 62+63+101=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E3F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3F65 is #C1C09A. Grayscale: #424242. Windows color (decimal): -12697755 or 6635326. OLE color: 6635326.
HSL color Cylindrical-coordinate representation of color #3E3F65: hue angle of 238.46º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E3F65 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 63 | 101 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.60 |
| HSL | 238.46º | 0.24% | 0.32% | - |
| HSV(B) | 238.46º | 0.39% | 0.4% | - |
| XYZ | 6.11 | 5.52 | 13.05 | - |
| YUV | 67.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 101 | 0.39 | 0.38 | 0 | 0.60 | 238.46 | 0.24 | 0.32 |
| Hex | 3E | 3F | 65 | 27 | 26 | 0 | 3C | EE | 18 | 20 |
| Octal | 76 | 77 | 145 | 47 | 46 | 0 | 74 | 356 | 30 | 40 |
| Binary | 111110 | 111111 | 1100101 | 100111 | 100110 | 0 | 111100 | 11101110 | 11000 | 100000 |
Color Harmonies of #3E3F65
Complementary color
Monochromatic Colors of #3E3F65
Black with #3E3F65
Text Example
Text Example
White with #3E3F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3F65; }
p { color: rgb(62,63,101); }
H1.HeaderClassName
{
color: #3E3F65;
}
.AnyTagClassName
{
color: #3E3F65;
}
</style>
background-color css
<style>
a { background-color: #3E3F65; }
a { background-color: rgb(62,63,101); }
div.DivClassName
{
background-color: #3E3F65;
}
.BgClassName
{
background-color: #3E3F65;
}
</style>
border-color css
<style>
span { border-color: #3E3F65; }
span { border-color: rgb(62,63,101); }
td.TdClassName
{
border-color: #3E3F65;
}
.TagClassName
{
border-color: #3E3F65;
}
</style>