Shades of Havelock Blue #4382D0
Tints of Havelock Blue #4382D0
RGB
CMYK
RGB Variations
Color information
#4382D0 (or 0x4382D0) is known color: Havelock Blue. HEX triplet: 43, 82 and D0. RGB value is (67,130,208). Sum of RGB (Red+Green+Blue) = 67+130+208=405 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.54% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #4382D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4382D0 is #BC7D2F. Grayscale: #777777. Windows color (decimal): -12352816 or 13664835. OLE color: 13664835.
HSL color Cylindrical-coordinate representation of color #4382D0: hue angle of 213.19º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4382D0 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 130 | 208 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.18 |
| HSL | 213.19º | 0.6% | 0.54% | - |
| HSV(B) | 213.19º | 0.68% | 0.82% | - |
| XYZ | 21.68 | 21.71 | 62.72 | - |
| YUV | 120.06 | 177.63 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 130 | 208 | 0.68 | 0.38 | 0 | 0.18 | 213.19 | 0.6 | 0.54 |
| Hex | 43 | 82 | D0 | 44 | 26 | 0 | 12 | D5 | 3C | 36 |
| Octal | 103 | 202 | 320 | 104 | 46 | 0 | 22 | 325 | 74 | 66 |
| Binary | 1000011 | 10000010 | 11010000 | 1000100 | 100110 | 0 | 10010 | 11010101 | 111100 | 110110 |
Color Harmonies of #4382D0
Complementary color
Monochromatic Colors of #4382D0
Black with #4382D0
Text Example
Text Example
White with #4382D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4382D0; }
p { color: rgb(67,130,208); }
H1.HeaderClassName
{
color: #4382D0;
}
.AnyTagClassName
{
color: #4382D0;
}
</style>
background-color css
<style>
a { background-color: #4382D0; }
a { background-color: rgb(67,130,208); }
div.DivClassName
{
background-color: #4382D0;
}
.BgClassName
{
background-color: #4382D0;
}
</style>
border-color css
<style>
span { border-color: #4382D0; }
span { border-color: rgb(67,130,208); }
td.TdClassName
{
border-color: #4382D0;
}
.TagClassName
{
border-color: #4382D0;
}
</style>