Shades of Havelock Blue #438ADB
Tints of Havelock Blue #438ADB
RGB
CMYK
RGB Variations
Color information
#438ADB (or 0x438ADB) is known color: Havelock Blue. HEX triplet: 43, 8A and DB. RGB value is (67,138,219). Sum of RGB (Red+Green+Blue) = 67+138+219=424 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.80% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #438ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ADB is #BC7524. Grayscale: #7D7D7D. Windows color (decimal): -12350757 or 14387779. OLE color: 14387779.
HSL color Cylindrical-coordinate representation of color #438ADB: hue angle of 211.97º 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 #438ADB is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 138 | 219 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.14 |
| HSL | 211.97º | 0.68% | 0.56% | - |
| HSV(B) | 211.97º | 0.69% | 0.86% | - |
| XYZ | 24.19 | 24.48 | 70.47 | - |
| YUV | 126.01 | 180.48 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 219 | 0.69 | 0.37 | 0 | 0.14 | 211.97 | 0.68 | 0.56 |
| Hex | 43 | 8A | DB | 45 | 25 | 0 | E | D4 | 44 | 38 |
| Octal | 103 | 212 | 333 | 105 | 45 | 0 | 16 | 324 | 104 | 70 |
| Binary | 1000011 | 10001010 | 11011011 | 1000101 | 100101 | 0 | 1110 | 11010100 | 1000100 | 111000 |
Color Harmonies of #438ADB
Complementary color
Monochromatic Colors of #438ADB
Black with #438ADB
Text Example
Text Example
White with #438ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438ADB; }
p { color: rgb(67,138,219); }
H1.HeaderClassName
{
color: #438ADB;
}
.AnyTagClassName
{
color: #438ADB;
}
</style>
background-color css
<style>
a { background-color: #438ADB; }
a { background-color: rgb(67,138,219); }
div.DivClassName
{
background-color: #438ADB;
}
.BgClassName
{
background-color: #438ADB;
}
</style>
border-color css
<style>
span { border-color: #438ADB; }
span { border-color: rgb(67,138,219); }
td.TdClassName
{
border-color: #438ADB;
}
.TagClassName
{
border-color: #438ADB;
}
</style>