Shades of Havelock Blue #447CCE
Tints of Havelock Blue #447CCE
RGB
CMYK
RGB Variations
Color information
#447CCE (or 0x447CCE) is known color: Havelock Blue. HEX triplet: 44, 7C and CE. RGB value is (68,124,206). Sum of RGB (Red+Green+Blue) = 68+124+206=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #447CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CCE is #BB8331. Grayscale: #747474. Windows color (decimal): -12288818 or 13532228. OLE color: 13532228.
HSL color Cylindrical-coordinate representation of color #447CCE: hue angle of 215.65º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #447CCE is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 124 | 206 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.19 |
| HSL | 215.65º | 0.58% | 0.54% | - |
| HSV(B) | 215.65º | 0.67% | 0.81% | - |
| XYZ | 20.73 | 20.1 | 61.18 | - |
| YUV | 116.6 | 178.45 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 206 | 0.67 | 0.40 | 0 | 0.19 | 215.65 | 0.58 | 0.54 |
| Hex | 44 | 7C | CE | 43 | 28 | 0 | 13 | D8 | 3A | 36 |
| Octal | 104 | 174 | 316 | 103 | 50 | 0 | 23 | 330 | 72 | 66 |
| Binary | 1000100 | 1111100 | 11001110 | 1000011 | 101000 | 0 | 10011 | 11011000 | 111010 | 110110 |
Color Harmonies of #447CCE
Complementary color
Monochromatic Colors of #447CCE
Black with #447CCE
Text Example
Text Example
White with #447CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447CCE; }
p { color: rgb(68,124,206); }
H1.HeaderClassName
{
color: #447CCE;
}
.AnyTagClassName
{
color: #447CCE;
}
</style>
background-color css
<style>
a { background-color: #447CCE; }
a { background-color: rgb(68,124,206); }
div.DivClassName
{
background-color: #447CCE;
}
.BgClassName
{
background-color: #447CCE;
}
</style>
border-color css
<style>
span { border-color: #447CCE; }
span { border-color: rgb(68,124,206); }
td.TdClassName
{
border-color: #447CCE;
}
.TagClassName
{
border-color: #447CCE;
}
</style>