#408E8C

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

Shades of Blue Chill #408E8C

Tints of Blue Chill #408E8C

Color information

#408E8C (or 0x408E8C) is unknown color: approx Blue Chill. HEX triplet: 40, 8E and 8C. RGB value is (64,142,140). Sum of RGB (Red+Green+Blue) = 64+142+140=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #408E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408E8C is #BF7173. Grayscale: #767676. Windows color (decimal): -12546420 or 9211456. OLE color: 9211456.

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

Color convert

RGB64142140-
CMYK0.5500.010.44
HSL178.46º37.86%40.39%-
HSV(B)178.46º54.93%55.69%-
XYZ16.5222.3328.25-
YUV118.45140.1689.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 140 (55.08% from 255) = 40.46%
R=18.50%
G=41.04%
B=40.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641421400.5500.010.44178.4637.8640.39
Hex408E8C37012Cb22628
Octal1002162146701542624650
Binary100000010001110100011001101110110110010110010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,142,140); }

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

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

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

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

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

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

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