Shades of Havelock Blue #4380CE
Tints of Havelock Blue #4380CE
RGB
CMYK
RGB Variations
Color information
#4380CE (or 0x4380CE) is known color: Havelock Blue. HEX triplet: 43, 80 and CE. RGB value is (67,128,206). Sum of RGB (Red+Green+Blue) = 67+128+206=401 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.71% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #4380CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4380CE is #BC7F31. Grayscale: #767676. Windows color (decimal): -12353330 or 13533251. OLE color: 13533251.
HSL color Cylindrical-coordinate representation of color #4380CE: hue angle of 213.67º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4380CE is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 128 | 206 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.19 |
| HSL | 213.67º | 0.59% | 0.54% | - |
| HSV(B) | 213.67º | 0.67% | 0.81% | - |
| XYZ | 21.17 | 21.09 | 61.35 | - |
| YUV | 118.65 | 177.29 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 206 | 0.67 | 0.38 | 0 | 0.19 | 213.67 | 0.59 | 0.54 |
| Hex | 43 | 80 | CE | 43 | 26 | 0 | 13 | D6 | 3B | 36 |
| Octal | 103 | 200 | 316 | 103 | 46 | 0 | 23 | 326 | 73 | 66 |
| Binary | 1000011 | 10000000 | 11001110 | 1000011 | 100110 | 0 | 10011 | 11010110 | 111011 | 110110 |
Color Harmonies of #4380CE
Complementary color
Monochromatic Colors of #4380CE
Black with #4380CE
Text Example
Text Example
White with #4380CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4380CE; }
p { color: rgb(67,128,206); }
H1.HeaderClassName
{
color: #4380CE;
}
.AnyTagClassName
{
color: #4380CE;
}
</style>
background-color css
<style>
a { background-color: #4380CE; }
a { background-color: rgb(67,128,206); }
div.DivClassName
{
background-color: #4380CE;
}
.BgClassName
{
background-color: #4380CE;
}
</style>
border-color css
<style>
span { border-color: #4380CE; }
span { border-color: rgb(67,128,206); }
td.TdClassName
{
border-color: #4380CE;
}
.TagClassName
{
border-color: #4380CE;
}
</style>