Shades of Havelock Blue #4375CA
Tints of Havelock Blue #4375CA
RGB
CMYK
RGB Variations
Color information
#4375CA (or 0x4375CA) is known color: Havelock Blue. HEX triplet: 43, 75 and CA. RGB value is (67,117,202). Sum of RGB (Red+Green+Blue) = 67+117+202=386 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.36% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #4375CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375CA is #BC8A35. Grayscale: #6F6F6F. Windows color (decimal): -12356150 or 13268291. OLE color: 13268291.
HSL color Cylindrical-coordinate representation of color #4375CA: hue angle of 217.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4375CA is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 117 | 202 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.21 |
| HSL | 217.78º | 0.56% | 0.53% | - |
| HSV(B) | 217.78º | 0.67% | 0.79% | - |
| XYZ | 19.34 | 18.18 | 58.37 | - |
| YUV | 111.74 | 178.94 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 202 | 0.67 | 0.42 | 0 | 0.21 | 217.78 | 0.56 | 0.53 |
| Hex | 43 | 75 | CA | 43 | 2A | 0 | 15 | DA | 38 | 35 |
| Octal | 103 | 165 | 312 | 103 | 52 | 0 | 25 | 332 | 70 | 65 |
| Binary | 1000011 | 1110101 | 11001010 | 1000011 | 101010 | 0 | 10101 | 11011010 | 111000 | 110101 |
Color Harmonies of #4375CA
Complementary color
Monochromatic Colors of #4375CA
Black with #4375CA
Text Example
Text Example
White with #4375CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375CA; }
p { color: rgb(67,117,202); }
H1.HeaderClassName
{
color: #4375CA;
}
.AnyTagClassName
{
color: #4375CA;
}
</style>
background-color css
<style>
a { background-color: #4375CA; }
a { background-color: rgb(67,117,202); }
div.DivClassName
{
background-color: #4375CA;
}
.BgClassName
{
background-color: #4375CA;
}
</style>
border-color css
<style>
span { border-color: #4375CA; }
span { border-color: rgb(67,117,202); }
td.TdClassName
{
border-color: #4375CA;
}
.TagClassName
{
border-color: #4375CA;
}
</style>