Shades of Havelock Blue #4380CB
Tints of Havelock Blue #4380CB
RGB
CMYK
RGB Variations
Color information
#4380CB (or 0x4380CB) is known color: Havelock Blue. HEX triplet: 43, 80 and CB. RGB value is (67,128,203). Sum of RGB (Red+Green+Blue) = 67+128+203=398 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.83% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #4380CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4380CB is #BC7F34. Grayscale: #757575. Windows color (decimal): -12353333 or 13336643. OLE color: 13336643.
HSL color Cylindrical-coordinate representation of color #4380CB: hue angle of 213.09º degrees, saturation: 0.57, 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 #4380CB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 128 | 203 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.20 |
| HSL | 213.09º | 0.57% | 0.53% | - |
| HSV(B) | 213.09º | 0.67% | 0.8% | - |
| XYZ | 20.81 | 20.94 | 59.45 | - |
| YUV | 118.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 203 | 0.67 | 0.37 | 0 | 0.20 | 213.09 | 0.57 | 0.53 |
| Hex | 43 | 80 | CB | 43 | 25 | 0 | 14 | D5 | 39 | 35 |
| Octal | 103 | 200 | 313 | 103 | 45 | 0 | 24 | 325 | 71 | 65 |
| Binary | 1000011 | 10000000 | 11001011 | 1000011 | 100101 | 0 | 10100 | 11010101 | 111001 | 110101 |
Color Harmonies of #4380CB
Complementary color
Monochromatic Colors of #4380CB
Black with #4380CB
Text Example
Text Example
White with #4380CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4380CB; }
p { color: rgb(67,128,203); }
H1.HeaderClassName
{
color: #4380CB;
}
.AnyTagClassName
{
color: #4380CB;
}
</style>
background-color css
<style>
a { background-color: #4380CB; }
a { background-color: rgb(67,128,203); }
div.DivClassName
{
background-color: #4380CB;
}
.BgClassName
{
background-color: #4380CB;
}
</style>
border-color css
<style>
span { border-color: #4380CB; }
span { border-color: rgb(67,128,203); }
td.TdClassName
{
border-color: #4380CB;
}
.TagClassName
{
border-color: #4380CB;
}
</style>