Shades of Havelock Blue #4385CE
Tints of Havelock Blue #4385CE
RGB
CMYK
RGB Variations
Color information
#4385CE (or 0x4385CE) is known color: Havelock Blue. HEX triplet: 43, 85 and CE. RGB value is (67,133,206). Sum of RGB (Red+Green+Blue) = 67+133+206=406 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.50% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #4385CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4385CE is #BC7A31. Grayscale: #797979. Windows color (decimal): -12352050 or 13534531. OLE color: 13534531.
HSL color Cylindrical-coordinate representation of color #4385CE: hue angle of 211.51º 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 #4385CE is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 133 | 206 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.19 |
| HSL | 211.51º | 0.59% | 0.54% | - |
| HSV(B) | 211.51º | 0.67% | 0.81% | - |
| XYZ | 21.84 | 22.42 | 61.57 | - |
| YUV | 121.59 | 175.63 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 206 | 0.67 | 0.35 | 0 | 0.19 | 211.51 | 0.59 | 0.54 |
| Hex | 43 | 85 | CE | 43 | 23 | 0 | 13 | D4 | 3B | 36 |
| Octal | 103 | 205 | 316 | 103 | 43 | 0 | 23 | 324 | 73 | 66 |
| Binary | 1000011 | 10000101 | 11001110 | 1000011 | 100011 | 0 | 10011 | 11010100 | 111011 | 110110 |
Color Harmonies of #4385CE
Complementary color
Monochromatic Colors of #4385CE
Black with #4385CE
Text Example
Text Example
White with #4385CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4385CE; }
p { color: rgb(67,133,206); }
H1.HeaderClassName
{
color: #4385CE;
}
.AnyTagClassName
{
color: #4385CE;
}
</style>
background-color css
<style>
a { background-color: #4385CE; }
a { background-color: rgb(67,133,206); }
div.DivClassName
{
background-color: #4385CE;
}
.BgClassName
{
background-color: #4385CE;
}
</style>
border-color css
<style>
span { border-color: #4385CE; }
span { border-color: rgb(67,133,206); }
td.TdClassName
{
border-color: #4385CE;
}
.TagClassName
{
border-color: #4385CE;
}
</style>