#40888B

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

Shades of Blue Chill #40888B

Tints of Blue Chill #40888B

Color information

#40888B (or 0x40888B) is unknown color: approx Blue Chill. HEX triplet: 40, 88 and 8B. RGB value is (64,136,139). Sum of RGB (Red+Green+Blue) = 64+136+139=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #40888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40888B is #BF7774. Grayscale: #727272. Windows color (decimal): -12547957 or 9144384. OLE color: 9144384.

HSL color Cylindrical-coordinate representation of color #40888B: hue angle of 182.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40888B is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64136139-
CMYK0.540.0200.45
HSL182.4º36.95%39.8%-
HSV(B)182.4º53.96%54.51%-
XYZ15.5820.5627.57-
YUV114.81141.6591.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=18.88%
G=40.12%
B=41.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641361390.540.0200.45182.436.9539.8
Hex40888B36202Db62528
Octal1002102136620552664550
Binary1000000100010001000101111011010010110110110110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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