Shades of Havelock Blue #4389DB
Tints of Havelock Blue #4389DB
RGB
CMYK
RGB Variations
Color information
#4389DB (or 0x4389DB) is known color: Havelock Blue. HEX triplet: 43, 89 and DB. RGB value is (67,137,219). Sum of RGB (Red+Green+Blue) = 67+137+219=423 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.84% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #4389DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4389DB is #BC7624. Grayscale: #7D7D7D. Windows color (decimal): -12351013 or 14387523. OLE color: 14387523.
HSL color Cylindrical-coordinate representation of color #4389DB: hue angle of 212.37º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4389DB is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 137 | 219 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.14 |
| HSL | 212.37º | 0.68% | 0.56% | - |
| HSV(B) | 212.37º | 0.69% | 0.86% | - |
| XYZ | 24.05 | 24.2 | 70.42 | - |
| YUV | 125.42 | 180.81 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 137 | 219 | 0.69 | 0.37 | 0 | 0.14 | 212.37 | 0.68 | 0.56 |
| Hex | 43 | 89 | DB | 45 | 25 | 0 | E | D4 | 44 | 38 |
| Octal | 103 | 211 | 333 | 105 | 45 | 0 | 16 | 324 | 104 | 70 |
| Binary | 1000011 | 10001001 | 11011011 | 1000101 | 100101 | 0 | 1110 | 11010100 | 1000100 | 111000 |
Color Harmonies of #4389DB
Complementary color
Monochromatic Colors of #4389DB
Black with #4389DB
Text Example
Text Example
White with #4389DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4389DB; }
p { color: rgb(67,137,219); }
H1.HeaderClassName
{
color: #4389DB;
}
.AnyTagClassName
{
color: #4389DB;
}
</style>
background-color css
<style>
a { background-color: #4389DB; }
a { background-color: rgb(67,137,219); }
div.DivClassName
{
background-color: #4389DB;
}
.BgClassName
{
background-color: #4389DB;
}
</style>
border-color css
<style>
span { border-color: #4389DB; }
span { border-color: rgb(67,137,219); }
td.TdClassName
{
border-color: #4389DB;
}
.TagClassName
{
border-color: #4389DB;
}
</style>