Shades of Corn Flower Blue #3F4272
Tints of Corn Flower Blue #3F4272
RGB
CMYK
RGB Variations
Color information
#3F4272 (or 0x3F4272) is known color: Corn Flower Blue. HEX triplet: 3F, 42 and 72. RGB value is (63,66,114). Sum of RGB (Red+Green+Blue) = 63+66+114=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F4272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4272 is #C0BD8D. Grayscale: #464646. Windows color (decimal): -12631438 or 7488063. OLE color: 7488063.
HSL color Cylindrical-coordinate representation of color #3F4272: hue angle of 236.47º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F4272 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 66 | 114 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.55 |
| HSL | 236.47º | 0.29% | 0.35% | - |
| HSV(B) | 236.47º | 0.45% | 0.45% | - |
| XYZ | 7.04 | 6.17 | 16.74 | - |
| YUV | 70.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 114 | 0.45 | 0.42 | 0 | 0.55 | 236.47 | 0.29 | 0.35 |
| Hex | 3F | 42 | 72 | 2D | 2A | 0 | 37 | EC | 1D | 23 |
| Octal | 77 | 102 | 162 | 55 | 52 | 0 | 67 | 354 | 35 | 43 |
| Binary | 111111 | 1000010 | 1110010 | 101101 | 101010 | 0 | 110111 | 11101100 | 11101 | 100011 |
Color Harmonies of #3F4272
Complementary color
Monochromatic Colors of #3F4272
Black with #3F4272
Text Example
Text Example
White with #3F4272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4272; }
p { color: rgb(63,66,114); }
H1.HeaderClassName
{
color: #3F4272;
}
.AnyTagClassName
{
color: #3F4272;
}
</style>
background-color css
<style>
a { background-color: #3F4272; }
a { background-color: rgb(63,66,114); }
div.DivClassName
{
background-color: #3F4272;
}
.BgClassName
{
background-color: #3F4272;
}
</style>
border-color css
<style>
span { border-color: #3F4272; }
span { border-color: rgb(63,66,114); }
td.TdClassName
{
border-color: #3F4272;
}
.TagClassName
{
border-color: #3F4272;
}
</style>