Shades of Havelock Blue #437CCD
Tints of Havelock Blue #437CCD
RGB
CMYK
RGB Variations
Color information
#437CCD (or 0x437CCD) is known color: Havelock Blue. HEX triplet: 43, 7C and CD. RGB value is (67,124,205). Sum of RGB (Red+Green+Blue) = 67+124+205=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #437CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #437CCD is #BC8332. Grayscale: #737373. Windows color (decimal): -12354355 or 13466691. OLE color: 13466691.
HSL color Cylindrical-coordinate representation of color #437CCD: hue angle of 215.22º 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 #437CCD is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 124 | 205 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.20 |
| HSL | 215.22º | 0.58% | 0.53% | - |
| HSV(B) | 215.22º | 0.67% | 0.8% | - |
| XYZ | 20.54 | 20.02 | 60.54 | - |
| YUV | 116.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 124 | 205 | 0.67 | 0.40 | 0 | 0.20 | 215.22 | 0.58 | 0.53 |
| Hex | 43 | 7C | CD | 43 | 28 | 0 | 14 | D7 | 3A | 35 |
| Octal | 103 | 174 | 315 | 103 | 50 | 0 | 24 | 327 | 72 | 65 |
| Binary | 1000011 | 1111100 | 11001101 | 1000011 | 101000 | 0 | 10100 | 11010111 | 111010 | 110101 |
Color Harmonies of #437CCD
Complementary color
Monochromatic Colors of #437CCD
Black with #437CCD
Text Example
Text Example
White with #437CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437CCD; }
p { color: rgb(67,124,205); }
H1.HeaderClassName
{
color: #437CCD;
}
.AnyTagClassName
{
color: #437CCD;
}
</style>
background-color css
<style>
a { background-color: #437CCD; }
a { background-color: rgb(67,124,205); }
div.DivClassName
{
background-color: #437CCD;
}
.BgClassName
{
background-color: #437CCD;
}
</style>
border-color css
<style>
span { border-color: #437CCD; }
span { border-color: rgb(67,124,205); }
td.TdClassName
{
border-color: #437CCD;
}
.TagClassName
{
border-color: #437CCD;
}
</style>