Shades of Corn Flower Blue #3F406E
Tints of Corn Flower Blue #3F406E
RGB
CMYK
RGB Variations
Color information
#3F406E (or 0x3F406E) is known color: Corn Flower Blue. HEX triplet: 3F, 40 and 6E. RGB value is (63,64,110). Sum of RGB (Red+Green+Blue) = 63+64+110=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F406E is #C0BF91. Grayscale: #444444. Windows color (decimal): -12631954 or 7225407. OLE color: 7225407.
HSL color Cylindrical-coordinate representation of color #3F406E: hue angle of 238.72º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F406E is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 64 | 110 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.57 |
| HSL | 238.72º | 0.27% | 0.34% | - |
| HSV(B) | 238.72º | 0.43% | 0.43% | - |
| XYZ | 6.7 | 5.85 | 15.53 | - |
| YUV | 68.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 110 | 0.43 | 0.42 | 0 | 0.57 | 238.72 | 0.27 | 0.34 |
| Hex | 3F | 40 | 6E | 2B | 2A | 0 | 39 | EF | 1B | 22 |
| Octal | 77 | 100 | 156 | 53 | 52 | 0 | 71 | 357 | 33 | 42 |
| Binary | 111111 | 1000000 | 1101110 | 101011 | 101010 | 0 | 111001 | 11101111 | 11011 | 100010 |
Color Harmonies of #3F406E
Complementary color
Monochromatic Colors of #3F406E
Black with #3F406E
Text Example
Text Example
White with #3F406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F406E; }
p { color: rgb(63,64,110); }
H1.HeaderClassName
{
color: #3F406E;
}
.AnyTagClassName
{
color: #3F406E;
}
</style>
background-color css
<style>
a { background-color: #3F406E; }
a { background-color: rgb(63,64,110); }
div.DivClassName
{
background-color: #3F406E;
}
.BgClassName
{
background-color: #3F406E;
}
</style>
border-color css
<style>
span { border-color: #3F406E; }
span { border-color: rgb(63,64,110); }
td.TdClassName
{
border-color: #3F406E;
}
.TagClassName
{
border-color: #3F406E;
}
</style>