Shades of Havelock Blue #437ECD
Tints of Havelock Blue #437ECD
RGB
CMYK
RGB Variations
Color information
#437ECD (or 0x437ECD) is known color: Havelock Blue. HEX triplet: 43, 7E and CD. RGB value is (67,126,205). Sum of RGB (Red+Green+Blue) = 67+126+205=398 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.83% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #437ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #437ECD is #BC8132. Grayscale: #747474. Windows color (decimal): -12353843 or 13467203. OLE color: 13467203.
HSL color Cylindrical-coordinate representation of color #437ECD: hue angle of 214.35º 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 #437ECD is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 126 | 205 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.20 |
| HSL | 214.35º | 0.58% | 0.53% | - |
| HSV(B) | 214.35º | 0.67% | 0.8% | - |
| XYZ | 20.8 | 20.52 | 60.62 | - |
| YUV | 117.37 | 177.45 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 126 | 205 | 0.67 | 0.39 | 0 | 0.20 | 214.35 | 0.58 | 0.53 |
| Hex | 43 | 7E | CD | 43 | 27 | 0 | 14 | D6 | 3A | 35 |
| Octal | 103 | 176 | 315 | 103 | 47 | 0 | 24 | 326 | 72 | 65 |
| Binary | 1000011 | 1111110 | 11001101 | 1000011 | 100111 | 0 | 10100 | 11010110 | 111010 | 110101 |
Color Harmonies of #437ECD
Complementary color
Monochromatic Colors of #437ECD
Black with #437ECD
Text Example
Text Example
White with #437ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437ECD; }
p { color: rgb(67,126,205); }
H1.HeaderClassName
{
color: #437ECD;
}
.AnyTagClassName
{
color: #437ECD;
}
</style>
background-color css
<style>
a { background-color: #437ECD; }
a { background-color: rgb(67,126,205); }
div.DivClassName
{
background-color: #437ECD;
}
.BgClassName
{
background-color: #437ECD;
}
</style>
border-color css
<style>
span { border-color: #437ECD; }
span { border-color: rgb(67,126,205); }
td.TdClassName
{
border-color: #437ECD;
}
.TagClassName
{
border-color: #437ECD;
}
</style>