#318B89

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

Shades of Blue Chill #318B89

Tints of Blue Chill #318B89

Color information

#318B89 (or 0x318B89) is unknown color: approx Blue Chill. HEX triplet: 31, 8B and 89. RGB value is (49,139,137). Sum of RGB (Red+Green+Blue) = 49+139+137=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #318B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318B89 is #CE7476. Grayscale: #6F6F6F. Windows color (decimal): -13530231 or 9014065. OLE color: 9014065.

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

Color convert

RGB49139137-
CMYK0.6500.010.45
HSL178.67º47.87%36.86%-
HSV(B)178.67º64.75%54.51%-
XYZ15.0120.9226.91-
YUV111.86142.1883.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=15.08%
G=42.77%
B=42.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491391370.6500.010.45178.6747.8736.86
Hex318B8941012Db33025
Octal6121321110101552636045
Binary110001100010111000100110000010110110110110011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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