#408F95

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

Shades of Blue Chill #408F95

Tints of Blue Chill #408F95

Color information

#408F95 (or 0x408F95) is unknown color: approx Blue Chill. HEX triplet: 40, 8F and 95. RGB value is (64,143,149). Sum of RGB (Red+Green+Blue) = 64+143+149=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #408F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F95 is #BF706A. Grayscale: #777777. Windows color (decimal): -12546155 or 9801536. OLE color: 9801536.

HSL color Cylindrical-coordinate representation of color #408F95: hue angle of 184.24º 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 #408F95 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64143149-
CMYK0.570.0400.42
HSL184.24º39.91%41.76%-
HSV(B)184.24º57.05%58.43%-
XYZ17.3622.931.94-
YUV120.06144.3388.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=17.98%
G=40.17%
B=41.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641431490.570.0400.42184.2439.9141.76
Hex408F9539402Ab8282a
Octal1002172257140522705052
Binary10000001000111110010101111001100010101010111000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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