#448BD3

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

Shades of Havelock Blue #448BD3

Tints of Havelock Blue #448BD3

Color information

#448BD3 (or 0x448BD3) is unknown color: approx Havelock Blue. HEX triplet: 44, 8B and D3. RGB value is (68,139,211). Sum of RGB (Red+Green+Blue) = 68+139+211=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 211 (82.81% from 255 or 50.48% from 418); Max value from RGB is 211 - color contains mainly: blue. Hex color #448BD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BD3 is #BB742C. Grayscale: #7D7D7D. Windows color (decimal): -12284973 or 13863748. OLE color: 13863748.

HSL color Cylindrical-coordinate representation of color #448BD3: hue angle of 210.21º 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 #448BD3 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB68139211-
CMYK0.680.3400.17
HSL210.21º61.9%54.71%-
HSV(B)210.21º67.77%82.75%-
XYZ23.3724.465.11-
YUV125.98175.9886.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.27%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 211 (82.81% from 255) = 50.48%
R=16.27%
G=33.25%
B=50.48%

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
Decimal681392110.680.3400.17210.2161.954.71
Hex448BD34422011d23e37
Octal104213323104420213227667
Binary10001001000101111010011100010010001001000111010010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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