#40888F

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

Shades of Blue Chill #40888F

Tints of Blue Chill #40888F

Color information

#40888F (or 0x40888F) is unknown color: approx Blue Chill. HEX triplet: 40, 88 and 8F. RGB value is (64,136,143). Sum of RGB (Red+Green+Blue) = 64+136+143=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #40888F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40888F is #BF7770. Grayscale: #737373. Windows color (decimal): -12547953 or 9406528. OLE color: 9406528.

HSL color Cylindrical-coordinate representation of color #40888F: hue angle of 185.32º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40888F is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB64136143-
CMYK0.550.0500.44
HSL185.32º38.16%40.59%-
HSV(B)185.32º55.24%56.08%-
XYZ15.8820.6829.14-
YUV115.27143.6591.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 136 (53.52% from 255) = 39.65%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=18.66%
G=39.65%
B=41.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641361430.550.0500.44185.3238.1640.59
Hex40888F37502Cb92629
Octal1002102176750542714651
Binary10000001000100010001111110111101010110010111001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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