Shades of Havelock Blue #4384CF
Tints of Havelock Blue #4384CF
RGB
CMYK
RGB Variations
Color information
#4384CF (or 0x4384CF) is known color: Havelock Blue. HEX triplet: 43, 84 and CF. RGB value is (67,132,207). Sum of RGB (Red+Green+Blue) = 67+132+207=406 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.50% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #4384CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384CF is #BC7B30. Grayscale: #787878. Windows color (decimal): -12352305 or 13599811. OLE color: 13599811.
HSL color Cylindrical-coordinate representation of color #4384CF: hue angle of 212.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4384CF is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 132 | 207 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.19 |
| HSL | 212.14º | 0.59% | 0.54% | - |
| HSV(B) | 212.14º | 0.68% | 0.81% | - |
| XYZ | 21.83 | 22.2 | 62.17 | - |
| YUV | 121.12 | 176.47 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 207 | 0.68 | 0.36 | 0 | 0.19 | 212.14 | 0.59 | 0.54 |
| Hex | 43 | 84 | CF | 44 | 24 | 0 | 13 | D4 | 3B | 36 |
| Octal | 103 | 204 | 317 | 104 | 44 | 0 | 23 | 324 | 73 | 66 |
| Binary | 1000011 | 10000100 | 11001111 | 1000100 | 100100 | 0 | 10011 | 11010100 | 111011 | 110110 |
Color Harmonies of #4384CF
Complementary color
Monochromatic Colors of #4384CF
Black with #4384CF
Text Example
Text Example
White with #4384CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4384CF; }
p { color: rgb(67,132,207); }
H1.HeaderClassName
{
color: #4384CF;
}
.AnyTagClassName
{
color: #4384CF;
}
</style>
background-color css
<style>
a { background-color: #4384CF; }
a { background-color: rgb(67,132,207); }
div.DivClassName
{
background-color: #4384CF;
}
.BgClassName
{
background-color: #4384CF;
}
</style>
border-color css
<style>
span { border-color: #4384CF; }
span { border-color: rgb(67,132,207); }
td.TdClassName
{
border-color: #4384CF;
}
.TagClassName
{
border-color: #4384CF;
}
</style>