#40939C

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

Shades of Blue Chill #40939C

Tints of Blue Chill #40939C

Color information

#40939C (or 0x40939C) is unknown color: approx Blue Chill. HEX triplet: 40, 93 and 9C. RGB value is (64,147,156). Sum of RGB (Red+Green+Blue) = 64+147+156=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #40939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40939C is #BF6C63. Grayscale: #7B7B7B. Windows color (decimal): -12545124 or 10261312. OLE color: 10261312.

HSL color Cylindrical-coordinate representation of color #40939C: hue angle of 185.87º 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 #40939C is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB64147156-
CMYK0.590.0600.39
HSL185.87º41.82%43.14%-
HSV(B)185.87º58.97%61.18%-
XYZ18.5524.3635.18-
YUV123.21146.585.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.44%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=17.44%
G=40.05%
B=42.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641471560.590.0600.39185.8741.8243.14
Hex40939C3B6027ba2a2b
Octal1002232347360472725253
Binary10000001001001110011100111011110010011110111010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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