Shades of Havelock Blue #4386CE
Tints of Havelock Blue #4386CE
RGB
CMYK
RGB Variations
Color information
#4386CE (or 0x4386CE) is known color: Havelock Blue. HEX triplet: 43, 86 and CE. RGB value is (67,134,206). Sum of RGB (Red+Green+Blue) = 67+134+206=407 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.46% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #4386CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4386CE is #BC7931. Grayscale: #797979. Windows color (decimal): -12351794 or 13534787. OLE color: 13534787.
HSL color Cylindrical-coordinate representation of color #4386CE: hue angle of 211.08º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4386CE is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 134 | 206 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.19 |
| HSL | 211.08º | 0.59% | 0.54% | - |
| HSV(B) | 211.08º | 0.67% | 0.81% | - |
| XYZ | 21.98 | 22.7 | 61.62 | - |
| YUV | 122.18 | 175.3 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 134 | 206 | 0.67 | 0.35 | 0 | 0.19 | 211.08 | 0.59 | 0.54 |
| Hex | 43 | 86 | CE | 43 | 23 | 0 | 13 | D3 | 3B | 36 |
| Octal | 103 | 206 | 316 | 103 | 43 | 0 | 23 | 323 | 73 | 66 |
| Binary | 1000011 | 10000110 | 11001110 | 1000011 | 100011 | 0 | 10011 | 11010011 | 111011 | 110110 |
Color Harmonies of #4386CE
Complementary color
Monochromatic Colors of #4386CE
Black with #4386CE
Text Example
Text Example
White with #4386CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4386CE; }
p { color: rgb(67,134,206); }
H1.HeaderClassName
{
color: #4386CE;
}
.AnyTagClassName
{
color: #4386CE;
}
</style>
background-color css
<style>
a { background-color: #4386CE; }
a { background-color: rgb(67,134,206); }
div.DivClassName
{
background-color: #4386CE;
}
.BgClassName
{
background-color: #4386CE;
}
</style>
border-color css
<style>
span { border-color: #4386CE; }
span { border-color: rgb(67,134,206); }
td.TdClassName
{
border-color: #4386CE;
}
.TagClassName
{
border-color: #4386CE;
}
</style>