#408B93

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

Shades of Blue Chill #408B93

Tints of Blue Chill #408B93

Color information

#408B93 (or 0x408B93) is unknown color: approx Blue Chill. HEX triplet: 40, 8B and 93. RGB value is (64,139,147). Sum of RGB (Red+Green+Blue) = 64+139+147=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #408B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408B93 is #BF746C. Grayscale: #757575. Windows color (decimal): -12547181 or 9669440. OLE color: 9669440.

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

Color convert

RGB64139147-
CMYK0.560.0500.42
HSL185.78º39.34%41.37%-
HSV(B)185.78º56.46%57.65%-
XYZ16.6121.6630.91-
YUV117.49144.6589.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.29%
GREEN value IS 139 (54.69% from 255) = 39.71%
BLUE value IS 147 (57.81% from 255) = 42%
R=18.29%
G=39.71%
B=42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641391470.560.0500.42185.7839.3441.37
Hex408B9338502Aba2729
Octal1002132237050522724751
Binary10000001000101110010011111000101010101010111010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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