#31898C

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

Shades of Blue Chill #31898C

Tints of Blue Chill #31898C

Color information

#31898C (or 0x31898C) is unknown color: approx Blue Chill. HEX triplet: 31, 89 and 8C. RGB value is (49,137,140). Sum of RGB (Red+Green+Blue) = 49+137+140=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #31898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31898C is #CE7673. Grayscale: #6E6E6E. Windows color (decimal): -13530740 or 9210161. OLE color: 9210161.

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

Color convert

RGB49137140-
CMYK0.650.0200.45
HSL181.98º48.15%37.06%-
HSV(B)181.98º65%54.9%-
XYZ14.9520.4427.97-
YUV111.03144.3583.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.03%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=15.03%
G=42.02%
B=42.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491371400.650.0200.45181.9848.1537.06
Hex31898C41202Db63025
Octal6121121410120552666045
Binary1100011000100110001100100000110010110110110110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31898C; }

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

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

<style>
 a { background-color: #31898C; }

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

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

<style>
 span { border-color: #31898C; }

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

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