Shades of Corn Flower Blue #3F4163
Tints of Corn Flower Blue #3F4163
RGB
CMYK
RGB Variations
Color information
#3F4163 (or 0x3F4163) is known color: Corn Flower Blue. HEX triplet: 3F, 41 and 63. RGB value is (63,65,99). Sum of RGB (Red+Green+Blue) = 63+65+99=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F4163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4163 is #C0BE9C. Grayscale: #444444. Windows color (decimal): -12631709 or 6504767. OLE color: 6504767.
HSL color Cylindrical-coordinate representation of color #3F4163: hue angle of 236.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4163 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 65 | 99 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.61 |
| HSL | 236.67º | 0.22% | 0.32% | - |
| HSV(B) | 236.67º | 0.36% | 0.39% | - |
| XYZ | 6.19 | 5.74 | 12.59 | - |
| YUV | 68.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 99 | 0.36 | 0.34 | 0 | 0.61 | 236.67 | 0.22 | 0.32 |
| Hex | 3F | 41 | 63 | 24 | 22 | 0 | 3D | ED | 16 | 20 |
| Octal | 77 | 101 | 143 | 44 | 42 | 0 | 75 | 355 | 26 | 40 |
| Binary | 111111 | 1000001 | 1100011 | 100100 | 100010 | 0 | 111101 | 11101101 | 10110 | 100000 |
Color Harmonies of #3F4163
Complementary color
Monochromatic Colors of #3F4163
Black with #3F4163
Text Example
Text Example
White with #3F4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4163; }
p { color: rgb(63,65,99); }
H1.HeaderClassName
{
color: #3F4163;
}
.AnyTagClassName
{
color: #3F4163;
}
</style>
background-color css
<style>
a { background-color: #3F4163; }
a { background-color: rgb(63,65,99); }
div.DivClassName
{
background-color: #3F4163;
}
.BgClassName
{
background-color: #3F4163;
}
</style>
border-color css
<style>
span { border-color: #3F4163; }
span { border-color: rgb(63,65,99); }
td.TdClassName
{
border-color: #3F4163;
}
.TagClassName
{
border-color: #3F4163;
}
</style>