Shades of Havelock Blue #4380CD
Tints of Havelock Blue #4380CD
RGB
CMYK
RGB Variations
Color information
#4380CD (or 0x4380CD) is known color: Havelock Blue. HEX triplet: 43, 80 and CD. RGB value is (67,128,205). Sum of RGB (Red+Green+Blue) = 67+128+205=400 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #4380CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4380CD is #BC7F32. Grayscale: #767676. Windows color (decimal): -12353331 or 13467715. OLE color: 13467715.
HSL color Cylindrical-coordinate representation of color #4380CD: hue angle of 213.48º degrees, saturation: 0.58, 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 #4380CD is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 128 | 205 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.20 |
| HSL | 213.48º | 0.58% | 0.53% | - |
| HSV(B) | 213.48º | 0.67% | 0.8% | - |
| XYZ | 21.05 | 21.04 | 60.71 | - |
| YUV | 118.54 | 176.79 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 205 | 0.67 | 0.38 | 0 | 0.20 | 213.48 | 0.58 | 0.53 |
| Hex | 43 | 80 | CD | 43 | 26 | 0 | 14 | D5 | 3A | 35 |
| Octal | 103 | 200 | 315 | 103 | 46 | 0 | 24 | 325 | 72 | 65 |
| Binary | 1000011 | 10000000 | 11001101 | 1000011 | 100110 | 0 | 10100 | 11010101 | 111010 | 110101 |
Color Harmonies of #4380CD
Complementary color
Monochromatic Colors of #4380CD
Black with #4380CD
Text Example
Text Example
White with #4380CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4380CD; }
p { color: rgb(67,128,205); }
H1.HeaderClassName
{
color: #4380CD;
}
.AnyTagClassName
{
color: #4380CD;
}
</style>
background-color css
<style>
a { background-color: #4380CD; }
a { background-color: rgb(67,128,205); }
div.DivClassName
{
background-color: #4380CD;
}
.BgClassName
{
background-color: #4380CD;
}
</style>
border-color css
<style>
span { border-color: #4380CD; }
span { border-color: rgb(67,128,205); }
td.TdClassName
{
border-color: #4380CD;
}
.TagClassName
{
border-color: #4380CD;
}
</style>