#40988E

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

Shades of Blue Chill #40988E

Tints of Blue Chill #40988E

Color information

#40988E (or 0x40988E) is unknown color: approx Blue Chill. HEX triplet: 40, 98 and 8E. RGB value is (64,152,142). Sum of RGB (Red+Green+Blue) = 64+152+142=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #40988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40988E is #BF6771. Grayscale: #7C7C7C. Windows color (decimal): -12543858 or 9345088. OLE color: 9345088.

HSL color Cylindrical-coordinate representation of color #40988E: hue angle of 173.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40988E is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB64152142-
CMYK0.5800.070.40
HSL173.18º40.74%42.35%-
HSV(B)173.18º57.89%59.61%-
XYZ18.2325.529.55-
YUV124.55137.8584.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.88%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=17.88%
G=42.46%
B=39.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641521420.5800.070.40173.1840.7442.35
Hex40988E3A0728ad292a
Octal1002302167207502555152
Binary10000001001100010001110111010011110100010101101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,152,142); }

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

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

 a { background-color: rgb(64,152,142); }

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

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

 span { border-color: rgb(64,152,142); }

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