#408B95

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

Shades of Blue Chill #408B95

Tints of Blue Chill #408B95

Color information

#408B95 (or 0x408B95) is unknown color: approx Blue Chill. HEX triplet: 40, 8B and 95. RGB value is (64,139,149). Sum of RGB (Red+Green+Blue) = 64+139+149=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #408B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408B95 is #BF746A. Grayscale: #757575. Windows color (decimal): -12547179 or 9800512. OLE color: 9800512.

HSL color Cylindrical-coordinate representation of color #408B95: hue angle of 187.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #408B95 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64139149-
CMYK0.570.0700.42
HSL187.06º39.91%41.76%-
HSV(B)187.06º57.05%58.43%-
XYZ16.7721.7331.74-
YUV117.71145.6589.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.18%
GREEN value IS 139 (54.69% from 255) = 39.49%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=18.18%
G=39.49%
B=42.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641391490.570.0700.42187.0639.9141.76
Hex408B9539702Abb282a
Octal1002132257170522735052
Binary10000001000101110010101111001111010101010111011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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