Shades of Corn Flower Blue #3F4062
Tints of Corn Flower Blue #3F4062
RGB
CMYK
RGB Variations
Color information
#3F4062 (or 0x3F4062) is known color: Corn Flower Blue. HEX triplet: 3F, 40 and 62. RGB value is (63,64,98). Sum of RGB (Red+Green+Blue) = 63+64+98=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F4062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4062 is #C0BF9D. Grayscale: #434343. Windows color (decimal): -12631966 or 6438975. OLE color: 6438975.
HSL color Cylindrical-coordinate representation of color #3F4062: hue angle of 238.29º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4062 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 64 | 98 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.62 |
| HSL | 238.29º | 0.22% | 0.32% | - |
| HSV(B) | 238.29º | 0.36% | 0.38% | - |
| XYZ | 6.09 | 5.61 | 12.32 | - |
| YUV | 67.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 98 | 0.36 | 0.35 | 0 | 0.62 | 238.29 | 0.22 | 0.32 |
| Hex | 3F | 40 | 62 | 24 | 23 | 0 | 3E | EE | 16 | 20 |
| Octal | 77 | 100 | 142 | 44 | 43 | 0 | 76 | 356 | 26 | 40 |
| Binary | 111111 | 1000000 | 1100010 | 100100 | 100011 | 0 | 111110 | 11101110 | 10110 | 100000 |
Color Harmonies of #3F4062
Complementary color
Monochromatic Colors of #3F4062
Black with #3F4062
Text Example
Text Example
White with #3F4062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4062; }
p { color: rgb(63,64,98); }
H1.HeaderClassName
{
color: #3F4062;
}
.AnyTagClassName
{
color: #3F4062;
}
</style>
background-color css
<style>
a { background-color: #3F4062; }
a { background-color: rgb(63,64,98); }
div.DivClassName
{
background-color: #3F4062;
}
.BgClassName
{
background-color: #3F4062;
}
</style>
border-color css
<style>
span { border-color: #3F4062; }
span { border-color: rgb(63,64,98); }
td.TdClassName
{
border-color: #3F4062;
}
.TagClassName
{
border-color: #3F4062;
}
</style>