#40938C

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

Shades of Blue Chill #40938C

Tints of Blue Chill #40938C

Color information

#40938C (or 0x40938C) is unknown color: approx Blue Chill. HEX triplet: 40, 93 and 8C. RGB value is (64,147,140). Sum of RGB (Red+Green+Blue) = 64+147+140=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #40938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40938C is #BF6C73. Grayscale: #797979. Windows color (decimal): -12545140 or 9212736. OLE color: 9212736.

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

Color convert

RGB64147140-
CMYK0.5600.050.42
HSL174.94º39.34%41.37%-
HSV(B)174.94º56.46%57.65%-
XYZ17.2823.8528.5-
YUV121.38138.587.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.23%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=18.23%
G=41.88%
B=39.89%

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
Decimal641471400.5600.050.42174.9439.3441.37
Hex40938C38052Aaf2729
Octal1002232147005522574751
Binary10000001001001110001100111000010110101010101111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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