#408989

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

Shades of Blue Chill #408989

Tints of Blue Chill #408989

Color information

#408989 (or 0x408989) is unknown color: approx Blue Chill. HEX triplet: 40, 89 and 89. RGB value is (64,137,137). Sum of RGB (Red+Green+Blue) = 64+137+137=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #408989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408989 is #BF7676. Grayscale: #737373. Windows color (decimal): -12547703 or 9013568. OLE color: 9013568.

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

Color convert

RGB64137137-
CMYK0.53000.46
HSL180º36.32%39.41%-
HSV(B)180º53.28%53.73%-
XYZ15.5820.7926.86-
YUV115.17140.3291.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=18.93%
G=40.53%
B=40.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641371370.53000.4618036.3239.41
Hex40898935002Eb42427
Octal1002112116500562644447
Binary100000010001001100010011101010010111010110100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408989; }

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

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

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

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

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

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

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

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