#447ECB

Color #447ECB Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #447ECB

Tints of Havelock Blue #447ECB

Color information

#447ECB (or 0x447ECB) is unknown color: approx Havelock Blue. HEX triplet: 44, 7E and CB. RGB value is (68,126,203). Sum of RGB (Red+Green+Blue) = 68+126+203=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #447ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ECB is #BB8134. Grayscale: #757575. Windows color (decimal): -12288309 or 13336132. OLE color: 13336132.

HSL color Cylindrical-coordinate representation of color #447ECB: hue angle of 214.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #447ECB is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68126203-
CMYK0.670.3800.20
HSL214.22º56.49%53.14%-
HSV(B)214.22º66.5%79.61%-
XYZ20.6220.4659.36-
YUV117.44176.2892.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 17.13%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 203 (79.69% from 255) = 51.13%
R=17.13%
G=31.74%
B=51.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681262030.670.3800.20214.2256.4953.14
Hex447ECB4326014d63835
Octal104176313103460243267065
Binary1000100111111011001011100001110011001010011010110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447ECB; }

 p { color: rgb(68,126,203); }

 H1.HeaderClassName
 {
   color: #447ECB;
 }
 .AnyTagClassName
 {
   color: #447ECB;
 }
</style>
background-color css

<style>
 a { background-color: #447ECB; }

 a { background-color: rgb(68,126,203); }

 div.DivClassName
 {
   background-color: #447ECB;
 }
 .BgClassName
 {
   background-color: #447ECB;
 }
</style>
border-color css

<style>
 span { border-color: #447ECB; }

 span { border-color: rgb(68,126,203); }

 td.TdClassName
 {
   border-color: #447ECB;
 }
 .TagClassName
 {
   border-color: #447ECB;
 }
</style>