Shades of Havelock Blue #4372C5
Tints of Havelock Blue #4372C5
RGB
CMYK
RGB Variations
Color information
#4372C5 (or 0x4372C5) is known color: Havelock Blue. HEX triplet: 43, 72 and C5. RGB value is (67,114,197). Sum of RGB (Red+Green+Blue) = 67+114+197=378 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.72% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #4372C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4372C5 is #BC8D3A. Grayscale: #6D6D6D. Windows color (decimal): -12356923 or 12939843. OLE color: 12939843.
HSL color Cylindrical-coordinate representation of color #4372C5: hue angle of 218.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4372C5 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 114 | 197 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.23 |
| HSL | 218.31º | 0.53% | 0.52% | - |
| HSV(B) | 218.31º | 0.66% | 0.77% | - |
| XYZ | 18.41 | 17.26 | 55.18 | - |
| YUV | 109.41 | 177.43 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 197 | 0.66 | 0.42 | 0 | 0.23 | 218.31 | 0.53 | 0.52 |
| Hex | 43 | 72 | C5 | 42 | 2A | 0 | 17 | DA | 35 | 34 |
| Octal | 103 | 162 | 305 | 102 | 52 | 0 | 27 | 332 | 65 | 64 |
| Binary | 1000011 | 1110010 | 11000101 | 1000010 | 101010 | 0 | 10111 | 11011010 | 110101 | 110100 |
Color Harmonies of #4372C5
Complementary color
Monochromatic Colors of #4372C5
Black with #4372C5
Text Example
Text Example
White with #4372C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4372C5; }
p { color: rgb(67,114,197); }
H1.HeaderClassName
{
color: #4372C5;
}
.AnyTagClassName
{
color: #4372C5;
}
</style>
background-color css
<style>
a { background-color: #4372C5; }
a { background-color: rgb(67,114,197); }
div.DivClassName
{
background-color: #4372C5;
}
.BgClassName
{
background-color: #4372C5;
}
</style>
border-color css
<style>
span { border-color: #4372C5; }
span { border-color: rgb(67,114,197); }
td.TdClassName
{
border-color: #4372C5;
}
.TagClassName
{
border-color: #4372C5;
}
</style>