#448B88

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

Shades of Blue Chill #448B88

Tints of Blue Chill #448B88

Color information

#448B88 (or 0x448B88) is unknown color: approx Blue Chill. HEX triplet: 44, 8B and 88. RGB value is (68,139,136). Sum of RGB (Red+Green+Blue) = 68+139+136=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #448B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448B88 is #BB7477. Grayscale: #757575. Windows color (decimal): -12285048 or 8948548. OLE color: 8948548.

HSL color Cylindrical-coordinate representation of color #448B88: hue angle of 177.46º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448B88 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB68139136-
CMYK0.5100.020.45
HSL177.46º34.3%40.59%-
HSV(B)177.46º51.08%54.51%-
XYZ16.0621.4726.59-
YUV117.43138.4892.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.83%
GREEN value IS 139 (54.69% from 255) = 40.52%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=19.83%
G=40.52%
B=39.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681391360.5100.020.45177.4634.340.59
Hex448B8833022Db12229
Octal1042132106302552614251
Binary1000100100010111000100011001101010110110110001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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