Shades of Havelock Blue #4380CA
Tints of Havelock Blue #4380CA
RGB
CMYK
RGB Variations
Color information
#4380CA (or 0x4380CA) is known color: Havelock Blue. HEX triplet: 43, 80 and CA. RGB value is (67,128,202). Sum of RGB (Red+Green+Blue) = 67+128+202=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #4380CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4380CA is #BC7F35. Grayscale: #757575. Windows color (decimal): -12353334 or 13271107. OLE color: 13271107.
HSL color Cylindrical-coordinate representation of color #4380CA: hue angle of 212.89º 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 #4380CA is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 128 | 202 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.21 |
| HSL | 212.89º | 0.56% | 0.53% | - |
| HSV(B) | 212.89º | 0.67% | 0.79% | - |
| XYZ | 20.69 | 20.9 | 58.82 | - |
| YUV | 118.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 202 | 0.67 | 0.37 | 0 | 0.21 | 212.89 | 0.56 | 0.53 |
| Hex | 43 | 80 | CA | 43 | 25 | 0 | 15 | D5 | 38 | 35 |
| Octal | 103 | 200 | 312 | 103 | 45 | 0 | 25 | 325 | 70 | 65 |
| Binary | 1000011 | 10000000 | 11001010 | 1000011 | 100101 | 0 | 10101 | 11010101 | 111000 | 110101 |
Color Harmonies of #4380CA
Complementary color
Monochromatic Colors of #4380CA
Black with #4380CA
Text Example
Text Example
White with #4380CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4380CA; }
p { color: rgb(67,128,202); }
H1.HeaderClassName
{
color: #4380CA;
}
.AnyTagClassName
{
color: #4380CA;
}
</style>
background-color css
<style>
a { background-color: #4380CA; }
a { background-color: rgb(67,128,202); }
div.DivClassName
{
background-color: #4380CA;
}
.BgClassName
{
background-color: #4380CA;
}
</style>
border-color css
<style>
span { border-color: #4380CA; }
span { border-color: rgb(67,128,202); }
td.TdClassName
{
border-color: #4380CA;
}
.TagClassName
{
border-color: #4380CA;
}
</style>