#408F93

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

Shades of Blue Chill #408F93

Tints of Blue Chill #408F93

Color information

#408F93 (or 0x408F93) is unknown color: approx Blue Chill. HEX triplet: 40, 8F and 93. RGB value is (64,143,147). Sum of RGB (Red+Green+Blue) = 64+143+147=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #408F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F93 is #BF706C. Grayscale: #777777. Windows color (decimal): -12546157 or 9670464. OLE color: 9670464.

HSL color Cylindrical-coordinate representation of color #408F93: hue angle of 182.89º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408F93 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64143147-
CMYK0.560.0300.42
HSL182.89º39.34%41.37%-
HSV(B)182.89º56.46%57.65%-
XYZ17.222.8431.11-
YUV119.83143.3388.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.08%
GREEN value IS 143 (56.25% from 255) = 40.40%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=18.08%
G=40.40%
B=41.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641431470.560.0300.42182.8939.3441.37
Hex408F9338302Ab72729
Octal1002172237030522674751
Binary1000000100011111001001111100011010101010110111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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