Shades of Havelock Blue #3F8BDE
Tints of Havelock Blue #3F8BDE
RGB
CMYK
RGB Variations
Color information
#3F8BDE (or 0x3F8BDE) is known color: Havelock Blue. HEX triplet: 3F, 8B and DE. RGB value is (63,139,222). Sum of RGB (Red+Green+Blue) = 63+139+222=424 (56% of max value = 765). Red value is 63 (25% from 255 or 14.86% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F8BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8BDE is #C07421. Grayscale: #7D7D7D. Windows color (decimal): -12612642 or 14584639. OLE color: 14584639.
HSL color Cylindrical-coordinate representation of color #3F8BDE: hue angle of 211.32º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F8BDE is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 139 | 222 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.13 |
| HSL | 211.32º | 0.71% | 0.56% | - |
| HSV(B) | 211.32º | 0.72% | 0.87% | - |
| XYZ | 24.47 | 24.8 | 72.6 | - |
| YUV | 125.74 | 182.32 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 139 | 222 | 0.72 | 0.37 | 0 | 0.13 | 211.32 | 0.71 | 0.56 |
| Hex | 3F | 8B | DE | 48 | 25 | 0 | D | D3 | 47 | 38 |
| Octal | 77 | 213 | 336 | 110 | 45 | 0 | 15 | 323 | 107 | 70 |
| Binary | 111111 | 10001011 | 11011110 | 1001000 | 100101 | 0 | 1101 | 11010011 | 1000111 | 111000 |
Color Harmonies of #3F8BDE
Complementary color
Monochromatic Colors of #3F8BDE
Black with #3F8BDE
Text Example
Text Example
White with #3F8BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8BDE; }
p { color: rgb(63,139,222); }
H1.HeaderClassName
{
color: #3F8BDE;
}
.AnyTagClassName
{
color: #3F8BDE;
}
</style>
background-color css
<style>
a { background-color: #3F8BDE; }
a { background-color: rgb(63,139,222); }
div.DivClassName
{
background-color: #3F8BDE;
}
.BgClassName
{
background-color: #3F8BDE;
}
</style>
border-color css
<style>
span { border-color: #3F8BDE; }
span { border-color: rgb(63,139,222); }
td.TdClassName
{
border-color: #3F8BDE;
}
.TagClassName
{
border-color: #3F8BDE;
}
</style>