#40939B

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

Shades of Blue Chill #40939B

Tints of Blue Chill #40939B

Color information

#40939B (or 0x40939B) is unknown color: approx Blue Chill. HEX triplet: 40, 93 and 9B. RGB value is (64,147,155). Sum of RGB (Red+Green+Blue) = 64+147+155=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #40939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40939B is #BF6C64. Grayscale: #7A7A7A. Windows color (decimal): -12545125 or 10195776. OLE color: 10195776.

HSL color Cylindrical-coordinate representation of color #40939B: hue angle of 185.27º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40939B is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB64147155-
CMYK0.590.0500.39
HSL185.27º41.55%42.94%-
HSV(B)185.27º58.71%60.78%-
XYZ18.4624.3234.73-
YUV123.114685.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.49%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=17.49%
G=40.16%
B=42.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641471550.590.0500.39185.2741.5542.94
Hex40939B3B5027b92a2b
Octal1002232337350472715253
Binary10000001001001110011011111011101010011110111001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40939B; }

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

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

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

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

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

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

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

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