Shades of Corn Flower Blue #3F4370
Tints of Corn Flower Blue #3F4370
RGB
CMYK
RGB Variations
Color information
#3F4370 (or 0x3F4370) is known color: Corn Flower Blue. HEX triplet: 3F, 43 and 70. RGB value is (63,67,112). Sum of RGB (Red+Green+Blue) = 63+67+112=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F4370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4370 is #C0BC8F. Grayscale: #464646. Windows color (decimal): -12631184 or 7357247. OLE color: 7357247.
HSL color Cylindrical-coordinate representation of color #3F4370: hue angle of 235.1º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F4370 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 67 | 112 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.56 |
| HSL | 235.1º | 0.28% | 0.34% | - |
| HSV(B) | 235.1º | 0.44% | 0.44% | - |
| XYZ | 6.98 | 6.24 | 16.17 | - |
| YUV | 70.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 112 | 0.44 | 0.40 | 0 | 0.56 | 235.1 | 0.28 | 0.34 |
| Hex | 3F | 43 | 70 | 2C | 28 | 0 | 38 | EB | 1C | 22 |
| Octal | 77 | 103 | 160 | 54 | 50 | 0 | 70 | 353 | 34 | 42 |
| Binary | 111111 | 1000011 | 1110000 | 101100 | 101000 | 0 | 111000 | 11101011 | 11100 | 100010 |
Color Harmonies of #3F4370
Complementary color
Monochromatic Colors of #3F4370
Black with #3F4370
Text Example
Text Example
White with #3F4370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4370; }
p { color: rgb(63,67,112); }
H1.HeaderClassName
{
color: #3F4370;
}
.AnyTagClassName
{
color: #3F4370;
}
</style>
background-color css
<style>
a { background-color: #3F4370; }
a { background-color: rgb(63,67,112); }
div.DivClassName
{
background-color: #3F4370;
}
.BgClassName
{
background-color: #3F4370;
}
</style>
border-color css
<style>
span { border-color: #3F4370; }
span { border-color: rgb(63,67,112); }
td.TdClassName
{
border-color: #3F4370;
}
.TagClassName
{
border-color: #3F4370;
}
</style>