Shades of Havelock Blue #438CD5
Tints of Havelock Blue #438CD5
RGB
CMYK
RGB Variations
Color information
#438CD5 (or 0x438CD5) is known color: Havelock Blue. HEX triplet: 43, 8C and D5. RGB value is (67,140,213). Sum of RGB (Red+Green+Blue) = 67+140+213=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #438CD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CD5 is #BC732A. Grayscale: #7E7E7E. Windows color (decimal): -12350251 or 13995075. OLE color: 13995075.
HSL color Cylindrical-coordinate representation of color #438CD5: hue angle of 210º degrees, saturation: 0.63, 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 #438CD5 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 140 | 213 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.16 |
| HSL | 210º | 0.63% | 0.55% | - |
| HSV(B) | 210º | 0.69% | 0.84% | - |
| XYZ | 23.7 | 24.75 | 66.48 | - |
| YUV | 126.5 | 176.82 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 213 | 0.69 | 0.34 | 0 | 0.16 | 210 | 0.63 | 0.55 |
| Hex | 43 | 8C | D5 | 45 | 22 | 0 | 10 | D2 | 3F | 37 |
| Octal | 103 | 214 | 325 | 105 | 42 | 0 | 20 | 322 | 77 | 67 |
| Binary | 1000011 | 10001100 | 11010101 | 1000101 | 100010 | 0 | 10000 | 11010010 | 111111 | 110111 |
Color Harmonies of #438CD5
Complementary color
Monochromatic Colors of #438CD5
Black with #438CD5
Text Example
Text Example
White with #438CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438CD5; }
p { color: rgb(67,140,213); }
H1.HeaderClassName
{
color: #438CD5;
}
.AnyTagClassName
{
color: #438CD5;
}
</style>
background-color css
<style>
a { background-color: #438CD5; }
a { background-color: rgb(67,140,213); }
div.DivClassName
{
background-color: #438CD5;
}
.BgClassName
{
background-color: #438CD5;
}
</style>
border-color css
<style>
span { border-color: #438CD5; }
span { border-color: rgb(67,140,213); }
td.TdClassName
{
border-color: #438CD5;
}
.TagClassName
{
border-color: #438CD5;
}
</style>