#408F8C

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

Shades of Blue Chill #408F8C

Tints of Blue Chill #408F8C

Color information

#408F8C (or 0x408F8C) is unknown color: approx Blue Chill. HEX triplet: 40, 8F and 8C. RGB value is (64,143,140). Sum of RGB (Red+Green+Blue) = 64+143+140=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 143 - color contains mainly: green. Hex color #408F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F8C is #BF7073. Grayscale: #767676. Windows color (decimal): -12546164 or 9211712. OLE color: 9211712.

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

Color convert

RGB64143140-
CMYK0.5500.020.44
HSL177.72º38.16%40.59%-
HSV(B)177.72º55.24%56.08%-
XYZ16.6722.6328.3-
YUV119.04139.8388.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 143 (56.25% from 255) = 41.21%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=18.44%
G=41.21%
B=40.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641431400.5500.020.44177.7238.1640.59
Hex408F8C37022Cb22629
Octal1002172146702542624651
Binary1000000100011111000110011011101010110010110010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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