#40939E

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

Shades of Blue Chill #40939E

Tints of Blue Chill #40939E

Color information

#40939E (or 0x40939E) is unknown color: approx Blue Chill. HEX triplet: 40, 93 and 9E. RGB value is (64,147,158). Sum of RGB (Red+Green+Blue) = 64+147+158=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #40939E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40939E is #BF6C61. Grayscale: #7B7B7B. Windows color (decimal): -12545122 or 10392384. OLE color: 10392384.

HSL color Cylindrical-coordinate representation of color #40939E: hue angle of 187.02º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40939E is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64147158-
CMYK0.590.0700.38
HSL187.02º42.34%43.53%-
HSV(B)187.02º59.49%61.96%-
XYZ18.7224.4336.08-
YUV123.44147.585.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=17.34%
G=39.84%
B=42.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641471580.590.0700.38187.0242.3443.53
Hex40939E3B7026bb2a2c
Octal1002232367370462735254
Binary10000001001001110011110111011111010011010111011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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