Shades of Havelock Blue #437ACD
Tints of Havelock Blue #437ACD
RGB
CMYK
RGB Variations
Color information
#437ACD (or 0x437ACD) is known color: Havelock Blue. HEX triplet: 43, 7A and CD. RGB value is (67,122,205). Sum of RGB (Red+Green+Blue) = 67+122+205=394 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.01% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #437ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #437ACD is #BC8532. Grayscale: #727272. Windows color (decimal): -12354867 or 13466179. OLE color: 13466179.
HSL color Cylindrical-coordinate representation of color #437ACD: hue angle of 216.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #437ACD is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 122 | 205 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.20 |
| HSL | 216.09º | 0.58% | 0.53% | - |
| HSV(B) | 216.09º | 0.67% | 0.8% | - |
| XYZ | 20.29 | 19.52 | 60.46 | - |
| YUV | 115.02 | 178.78 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 122 | 205 | 0.67 | 0.40 | 0 | 0.20 | 216.09 | 0.58 | 0.53 |
| Hex | 43 | 7A | CD | 43 | 28 | 0 | 14 | D8 | 3A | 35 |
| Octal | 103 | 172 | 315 | 103 | 50 | 0 | 24 | 330 | 72 | 65 |
| Binary | 1000011 | 1111010 | 11001101 | 1000011 | 101000 | 0 | 10100 | 11011000 | 111010 | 110101 |
Color Harmonies of #437ACD
Complementary color
Monochromatic Colors of #437ACD
Black with #437ACD
Text Example
Text Example
White with #437ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437ACD; }
p { color: rgb(67,122,205); }
H1.HeaderClassName
{
color: #437ACD;
}
.AnyTagClassName
{
color: #437ACD;
}
</style>
background-color css
<style>
a { background-color: #437ACD; }
a { background-color: rgb(67,122,205); }
div.DivClassName
{
background-color: #437ACD;
}
.BgClassName
{
background-color: #437ACD;
}
</style>
border-color css
<style>
span { border-color: #437ACD; }
span { border-color: rgb(67,122,205); }
td.TdClassName
{
border-color: #437ACD;
}
.TagClassName
{
border-color: #437ACD;
}
</style>