#318B87

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

Shades of Blue Chill #318B87

Tints of Blue Chill #318B87

Color information

#318B87 (or 0x318B87) is unknown color: approx Blue Chill. HEX triplet: 31, 8B and 87. RGB value is (49,139,135). Sum of RGB (Red+Green+Blue) = 49+139+135=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #318B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318B87 is #CE7478. Grayscale: #6F6F6F. Windows color (decimal): -13530233 or 8882993. OLE color: 8882993.

HSL color Cylindrical-coordinate representation of color #318B87: hue angle of 177.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318B87 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB49139135-
CMYK0.6500.030.45
HSL177.33º47.87%36.86%-
HSV(B)177.33º64.75%54.51%-
XYZ14.8720.8726.17-
YUV111.63141.1883.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 139 (54.69% from 255) = 43.03%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=15.17%
G=43.03%
B=41.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491391350.6500.030.45177.3347.8736.86
Hex318B8741032Db13025
Octal6121320710103552616045
Binary1100011000101110000111100000101110110110110001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318B87; }

 p { color: rgb(49,139,135); }

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

<style>
 a { background-color: #318B87; }

 a { background-color: rgb(49,139,135); }

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

<style>
 span { border-color: #318B87; }

 span { border-color: rgb(49,139,135); }

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