#408B8E

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

Shades of Blue Chill #408B8E

Tints of Blue Chill #408B8E

Color information

#408B8E (or 0x408B8E) is unknown color: approx Blue Chill. HEX triplet: 40, 8B and 8E. RGB value is (64,139,142). Sum of RGB (Red+Green+Blue) = 64+139+142=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #408B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408B8E is #BF7471. Grayscale: #747474. Windows color (decimal): -12547186 or 9341760. OLE color: 9341760.

HSL color Cylindrical-coordinate representation of color #408B8E: hue angle of 182.31º 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 #408B8E is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB64139142-
CMYK0.550.0200.44
HSL182.31º37.86%40.39%-
HSV(B)182.31º54.93%55.69%-
XYZ16.2321.5128.89-
YUV116.92142.1590.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.55%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=18.55%
G=40.29%
B=41.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641391420.550.0200.44182.3137.8640.39
Hex408B8E37202Cb62628
Octal1002132166720542664650
Binary1000000100010111000111011011110010110010110110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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