#318D89

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

Shades of Blue Chill #318D89

Tints of Blue Chill #318D89

Color information

#318D89 (or 0x318D89) is unknown color: approx Blue Chill. HEX triplet: 31, 8D and 89. RGB value is (49,141,137). Sum of RGB (Red+Green+Blue) = 49+141+137=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #318D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318D89 is #CE7276. Grayscale: #707070. Windows color (decimal): -13529719 or 9014577. OLE color: 9014577.

HSL color Cylindrical-coordinate representation of color #318D89: hue angle of 177.39º 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 #318D89 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB49141137-
CMYK0.6500.030.45
HSL177.39º48.42%37.25%-
HSV(B)177.39º65.25%55.29%-
XYZ15.3121.5127.01-
YUV113.04141.5282.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.98%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 137 (53.91% from 255) = 41.90%
R=14.98%
G=43.12%
B=41.90%

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
Decimal491411370.6500.030.45177.3948.4237.25
Hex318D8941032Db13025
Octal6121521110103552616045
Binary1100011000110110001001100000101110110110110001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,141,137); }

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

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

 a { background-color: rgb(49,141,137); }

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

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

 span { border-color: rgb(49,141,137); }

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