Shades of Havelock Blue #4373C5
Tints of Havelock Blue #4373C5
RGB
CMYK
RGB Variations
Color information
#4373C5 (or 0x4373C5) is known color: Havelock Blue. HEX triplet: 43, 73 and C5. RGB value is (67,115,197). Sum of RGB (Red+Green+Blue) = 67+115+197=379 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.68% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #4373C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4373C5 is #BC8C3A. Grayscale: #6D6D6D. Windows color (decimal): -12356667 or 12940099. OLE color: 12940099.
HSL color Cylindrical-coordinate representation of color #4373C5: hue angle of 217.85º 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 #4373C5 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 115 | 197 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.23 |
| HSL | 217.85º | 0.53% | 0.52% | - |
| HSV(B) | 217.85º | 0.66% | 0.77% | - |
| XYZ | 18.52 | 17.49 | 55.22 | - |
| YUV | 110 | 177.1 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 197 | 0.66 | 0.42 | 0 | 0.23 | 217.85 | 0.53 | 0.52 |
| Hex | 43 | 73 | C5 | 42 | 2A | 0 | 17 | DA | 35 | 34 |
| Octal | 103 | 163 | 305 | 102 | 52 | 0 | 27 | 332 | 65 | 64 |
| Binary | 1000011 | 1110011 | 11000101 | 1000010 | 101010 | 0 | 10111 | 11011010 | 110101 | 110100 |
Color Harmonies of #4373C5
Complementary color
Monochromatic Colors of #4373C5
Black with #4373C5
Text Example
Text Example
White with #4373C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4373C5; }
p { color: rgb(67,115,197); }
H1.HeaderClassName
{
color: #4373C5;
}
.AnyTagClassName
{
color: #4373C5;
}
</style>
background-color css
<style>
a { background-color: #4373C5; }
a { background-color: rgb(67,115,197); }
div.DivClassName
{
background-color: #4373C5;
}
.BgClassName
{
background-color: #4373C5;
}
</style>
border-color css
<style>
span { border-color: #4373C5; }
span { border-color: rgb(67,115,197); }
td.TdClassName
{
border-color: #4373C5;
}
.TagClassName
{
border-color: #4373C5;
}
</style>