#40938B

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

Shades of Blue Chill #40938B

Tints of Blue Chill #40938B

Color information

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

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

Color convert

RGB64147139-
CMYK0.5600.050.42
HSL174.22º39.34%41.37%-
HSV(B)174.22º56.46%57.65%-
XYZ17.2123.8228.12-
YUV121.2713887.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641471390.5600.050.42174.2239.3441.37
Hex40938B38052Aae2729
Octal1002232137005522564751
Binary10000001001001110001011111000010110101010101110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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