Shades of Corn Flower Blue #3F4167
Tints of Corn Flower Blue #3F4167
RGB
CMYK
RGB Variations
Color information
#3F4167 (or 0x3F4167) is known color: Corn Flower Blue. HEX triplet: 3F, 41 and 67. RGB value is (63,65,103). Sum of RGB (Red+Green+Blue) = 63+65+103=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F4167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4167 is #C0BE98. Grayscale: #444444. Windows color (decimal): -12631705 or 6766911. OLE color: 6766911.
HSL color Cylindrical-coordinate representation of color #3F4167: hue angle of 237º 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 #3F4167 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 65 | 103 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.60 |
| HSL | 237º | 0.24% | 0.33% | - |
| HSV(B) | 237º | 0.39% | 0.4% | - |
| XYZ | 6.39 | 5.82 | 13.62 | - |
| YUV | 68.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 103 | 0.39 | 0.37 | 0 | 0.60 | 237 | 0.24 | 0.33 |
| Hex | 3F | 41 | 67 | 27 | 25 | 0 | 3C | ED | 18 | 21 |
| Octal | 77 | 101 | 147 | 47 | 45 | 0 | 74 | 355 | 30 | 41 |
| Binary | 111111 | 1000001 | 1100111 | 100111 | 100101 | 0 | 111100 | 11101101 | 11000 | 100001 |
Color Harmonies of #3F4167
Complementary color
Monochromatic Colors of #3F4167
Black with #3F4167
Text Example
Text Example
White with #3F4167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4167; }
p { color: rgb(63,65,103); }
H1.HeaderClassName
{
color: #3F4167;
}
.AnyTagClassName
{
color: #3F4167;
}
</style>
background-color css
<style>
a { background-color: #3F4167; }
a { background-color: rgb(63,65,103); }
div.DivClassName
{
background-color: #3F4167;
}
.BgClassName
{
background-color: #3F4167;
}
</style>
border-color css
<style>
span { border-color: #3F4167; }
span { border-color: rgb(63,65,103); }
td.TdClassName
{
border-color: #3F4167;
}
.TagClassName
{
border-color: #3F4167;
}
</style>