#448CD3

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

Shades of Havelock Blue #448CD3

Tints of Havelock Blue #448CD3

Color information

#448CD3 (or 0x448CD3) is unknown color: approx Havelock Blue. HEX triplet: 44, 8C and D3. RGB value is (68,140,211). Sum of RGB (Red+Green+Blue) = 68+140+211=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #448CD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CD3 is #BB732C. Grayscale: #7E7E7E. Windows color (decimal): -12284717 or 13864004. OLE color: 13864004.

HSL color Cylindrical-coordinate representation of color #448CD3: hue angle of 209.79º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #448CD3 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB68140211-
CMYK0.680.3400.17
HSL209.79º61.9%54.71%-
HSV(B)209.79º67.77%82.75%-
XYZ23.5224.6965.15-
YUV126.57175.6586.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.23%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 211 (82.81% from 255) = 50.36%
R=16.23%
G=33.41%
B=50.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal681402110.680.3400.17209.7961.954.71
Hex448CD34422011d23e37
Octal104214323104420213227667
Binary10001001000110011010011100010010001001000111010010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448CD3; }

 p { color: rgb(68,140,211); }

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

<style>
 a { background-color: #448CD3; }

 a { background-color: rgb(68,140,211); }

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

<style>
 span { border-color: #448CD3; }

 span { border-color: rgb(68,140,211); }

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