Shades of Havelock Blue #3F89DC
Tints of Havelock Blue #3F89DC
RGB
CMYK
RGB Variations
Color information
#3F89DC (or 0x3F89DC) is known color: Havelock Blue. HEX triplet: 3F, 89 and DC. RGB value is (63,137,220). Sum of RGB (Red+Green+Blue) = 63+137+220=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F89DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F89DC is #C07623. Grayscale: #7B7B7B. Windows color (decimal): -12613156 or 14453055. OLE color: 14453055.
HSL color Cylindrical-coordinate representation of color #3F89DC: hue angle of 211.72º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F89DC is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 137 | 220 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.14 |
| HSL | 211.72º | 0.69% | 0.55% | - |
| HSV(B) | 211.72º | 0.71% | 0.86% | - |
| XYZ | 23.91 | 24.12 | 71.1 | - |
| YUV | 124.34 | 181.98 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 220 | 0.71 | 0.38 | 0 | 0.14 | 211.72 | 0.69 | 0.55 |
| Hex | 3F | 89 | DC | 47 | 26 | 0 | E | D4 | 45 | 37 |
| Octal | 77 | 211 | 334 | 107 | 46 | 0 | 16 | 324 | 105 | 67 |
| Binary | 111111 | 10001001 | 11011100 | 1000111 | 100110 | 0 | 1110 | 11010100 | 1000101 | 110111 |
Color Harmonies of #3F89DC
Complementary color
Monochromatic Colors of #3F89DC
Black with #3F89DC
Text Example
Text Example
White with #3F89DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F89DC; }
p { color: rgb(63,137,220); }
H1.HeaderClassName
{
color: #3F89DC;
}
.AnyTagClassName
{
color: #3F89DC;
}
</style>
background-color css
<style>
a { background-color: #3F89DC; }
a { background-color: rgb(63,137,220); }
div.DivClassName
{
background-color: #3F89DC;
}
.BgClassName
{
background-color: #3F89DC;
}
</style>
border-color css
<style>
span { border-color: #3F89DC; }
span { border-color: rgb(63,137,220); }
td.TdClassName
{
border-color: #3F89DC;
}
.TagClassName
{
border-color: #3F89DC;
}
</style>