#408D89

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

Shades of Blue Chill #408D89

Tints of Blue Chill #408D89

Color information

#408D89 (or 0x408D89) is unknown color: approx Blue Chill. HEX triplet: 40, 8D and 89. RGB value is (64,141,137). Sum of RGB (Red+Green+Blue) = 64+141+137=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 141 - color contains mainly: green. Hex color #408D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408D89 is #BF7276. Grayscale: #757575. Windows color (decimal): -12546679 or 9014592. OLE color: 9014592.

HSL color Cylindrical-coordinate representation of color #408D89: hue angle of 176.88º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408D89 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB64141137-
CMYK0.5500.030.45
HSL176.88º37.56%40.2%-
HSV(B)176.88º54.61%55.29%-
XYZ16.1521.9527.05-
YUV117.52138.9989.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.71%
GREEN value IS 141 (55.47% from 255) = 41.23%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=18.71%
G=41.23%
B=40.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641411370.5500.030.45176.8837.5640.2
Hex408D8937032Db12628
Octal1002152116703552614650
Binary1000000100011011000100111011101110110110110001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408D89; }

 p { color: rgb(64,141,137); }

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

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

 a { background-color: rgb(64,141,137); }

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

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

 span { border-color: rgb(64,141,137); }

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