#408D8D

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

Shades of Blue Chill #408D8D

Tints of Blue Chill #408D8D

Color information

#408D8D (or 0x408D8D) is unknown color: approx Blue Chill. HEX triplet: 40, 8D and 8D. RGB value is (64,141,141). Sum of RGB (Red+Green+Blue) = 64+141+141=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #408D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408D8D is #BF7272. Grayscale: #757575. Windows color (decimal): -12546675 or 9276736. OLE color: 9276736.

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

Color convert

RGB64141141-
CMYK0.55000.45
HSL180º37.56%40.2%-
HSV(B)180º54.61%55.29%-
XYZ16.4522.0628.59-
YUV117.98140.9989.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 141 (55.47% from 255) = 40.75%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=18.50%
G=40.75%
B=40.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641411410.55000.4518037.5640.2
Hex408D8D37002Db42628
Octal1002152156700552644650
Binary100000010001101100011011101110010110110110100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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