#408985

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

Shades of Blue Chill #408985

Tints of Blue Chill #408985

Color information

#408985 (or 0x408985) is unknown color: approx Blue Chill. HEX triplet: 40, 89 and 85. RGB value is (64,137,133). Sum of RGB (Red+Green+Blue) = 64+137+133=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #408985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408985 is #BF767A. Grayscale: #727272. Windows color (decimal): -12547707 or 8751424. OLE color: 8751424.

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

Color convert

RGB64137133-
CMYK0.5300.030.46
HSL176.71º36.32%39.41%-
HSV(B)176.71º53.28%53.73%-
XYZ15.2920.6725.37-
YUV114.72138.3291.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.16%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=19.16%
G=41.02%
B=39.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641371330.5300.030.46176.7136.3239.41
Hex40898535032Eb12427
Octal1002112056503562614447
Binary1000000100010011000010111010101110111010110001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408985; }

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

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

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

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

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

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

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

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