Shades of Havelock Blue #438BD6
Tints of Havelock Blue #438BD6
RGB
CMYK
RGB Variations
Color information
#438BD6 (or 0x438BD6) is known color: Havelock Blue. HEX triplet: 43, 8B and D6. RGB value is (67,139,214). Sum of RGB (Red+Green+Blue) = 67+139+214=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #438BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BD6 is #BC7429. Grayscale: #7D7D7D. Windows color (decimal): -12350506 or 14060355. OLE color: 14060355.
HSL color Cylindrical-coordinate representation of color #438BD6: hue angle of 210.61º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #438BD6 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 139 | 214 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.16 |
| HSL | 210.61º | 0.64% | 0.55% | - |
| HSV(B) | 210.61º | 0.69% | 0.84% | - |
| XYZ | 23.68 | 24.51 | 67.1 | - |
| YUV | 126.02 | 177.65 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 214 | 0.69 | 0.35 | 0 | 0.16 | 210.61 | 0.64 | 0.55 |
| Hex | 43 | 8B | D6 | 45 | 23 | 0 | 10 | D3 | 40 | 37 |
| Octal | 103 | 213 | 326 | 105 | 43 | 0 | 20 | 323 | 100 | 67 |
| Binary | 1000011 | 10001011 | 11010110 | 1000101 | 100011 | 0 | 10000 | 11010011 | 1000000 | 110111 |
Color Harmonies of #438BD6
Complementary color
Monochromatic Colors of #438BD6
Black with #438BD6
Text Example
Text Example
White with #438BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438BD6; }
p { color: rgb(67,139,214); }
H1.HeaderClassName
{
color: #438BD6;
}
.AnyTagClassName
{
color: #438BD6;
}
</style>
background-color css
<style>
a { background-color: #438BD6; }
a { background-color: rgb(67,139,214); }
div.DivClassName
{
background-color: #438BD6;
}
.BgClassName
{
background-color: #438BD6;
}
</style>
border-color css
<style>
span { border-color: #438BD6; }
span { border-color: rgb(67,139,214); }
td.TdClassName
{
border-color: #438BD6;
}
.TagClassName
{
border-color: #438BD6;
}
</style>