#408986

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

Shades of Blue Chill #408986

Tints of Blue Chill #408986

Color information

#408986 (or 0x408986) is unknown color: approx Blue Chill. HEX triplet: 40, 89 and 86. RGB value is (64,137,134). Sum of RGB (Red+Green+Blue) = 64+137+134=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #408986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408986 is #BF7679. Grayscale: #727272. Windows color (decimal): -12547706 or 8816960. OLE color: 8816960.

HSL color Cylindrical-coordinate representation of color #408986: hue angle of 177.53º 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 #408986 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB64137134-
CMYK0.5300.020.46
HSL177.53º36.32%39.41%-
HSV(B)177.53º53.28%53.73%-
XYZ15.3620.725.74-
YUV114.83138.8291.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 134 (52.73% from 255) = 40%
R=19.10%
G=40.90%
B=40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641371340.5300.020.46177.5336.3239.41
Hex40898635022Eb22427
Octal1002112066502562624447
Binary1000000100010011000011011010101010111010110010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408986; }

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

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

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

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

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

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

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

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