#408887

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

Shades of Blue Chill #408887

Tints of Blue Chill #408887

Color information

#408887 (or 0x408887) is unknown color: approx Blue Chill. HEX triplet: 40, 88 and 87. RGB value is (64,136,135). Sum of RGB (Red+Green+Blue) = 64+136+135=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #408887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408887 is #BF7778. Grayscale: #727272. Windows color (decimal): -12547961 or 8882240. OLE color: 8882240.

HSL color Cylindrical-coordinate representation of color #408887: hue angle of 179.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408887 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB64136135-
CMYK0.5300.010.47
HSL179.17º36%39.22%-
HSV(B)179.17º52.94%53.33%-
XYZ15.2920.4526.06-
YUV114.36139.6592.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=19.10%
G=40.60%
B=40.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641361350.5300.010.47179.173639.22
Hex40888735012Fb32427
Octal1002102076501572634447
Binary100000010001000100001111101010110111110110011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408887; }

 p { color: rgb(64,136,135); }

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

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

 a { background-color: rgb(64,136,135); }

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

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

 span { border-color: rgb(64,136,135); }

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