Shades of Corn Flower Blue #3F4067
Tints of Corn Flower Blue #3F4067
RGB
CMYK
RGB Variations
Color information
#3F4067 (or 0x3F4067) is known color: Corn Flower Blue. HEX triplet: 3F, 40 and 67. RGB value is (63,64,103). Sum of RGB (Red+Green+Blue) = 63+64+103=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F4067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4067 is #C0BF98. Grayscale: #434343. Windows color (decimal): -12631961 or 6766655. OLE color: 6766655.
HSL color Cylindrical-coordinate representation of color #3F4067: hue angle of 238.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4067 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 64 | 103 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.60 |
| HSL | 238.5º | 0.24% | 0.33% | - |
| HSV(B) | 238.5º | 0.39% | 0.4% | - |
| XYZ | 6.33 | 5.7 | 13.6 | - |
| YUV | 68.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 103 | 0.39 | 0.38 | 0 | 0.60 | 238.5 | 0.24 | 0.33 |
| Hex | 3F | 40 | 67 | 27 | 26 | 0 | 3C | EE | 18 | 21 |
| Octal | 77 | 100 | 147 | 47 | 46 | 0 | 74 | 356 | 30 | 41 |
| Binary | 111111 | 1000000 | 1100111 | 100111 | 100110 | 0 | 111100 | 11101110 | 11000 | 100001 |
Color Harmonies of #3F4067
Complementary color
Monochromatic Colors of #3F4067
Black with #3F4067
Text Example
Text Example
White with #3F4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4067; }
p { color: rgb(63,64,103); }
H1.HeaderClassName
{
color: #3F4067;
}
.AnyTagClassName
{
color: #3F4067;
}
</style>
background-color css
<style>
a { background-color: #3F4067; }
a { background-color: rgb(63,64,103); }
div.DivClassName
{
background-color: #3F4067;
}
.BgClassName
{
background-color: #3F4067;
}
</style>
border-color css
<style>
span { border-color: #3F4067; }
span { border-color: rgb(63,64,103); }
td.TdClassName
{
border-color: #3F4067;
}
.TagClassName
{
border-color: #3F4067;
}
</style>