#31898D

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

Shades of Blue Chill #31898D

Tints of Blue Chill #31898D

Color information

#31898D (or 0x31898D) is unknown color: approx Blue Chill. HEX triplet: 31, 89 and 8D. RGB value is (49,137,141). Sum of RGB (Red+Green+Blue) = 49+137+141=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #31898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31898D is #CE7672. Grayscale: #6F6F6F. Windows color (decimal): -13530739 or 9275697. OLE color: 9275697.

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

Color convert

RGB49137141-
CMYK0.650.0300.45
HSL182.61º48.42%37.25%-
HSV(B)182.61º65.25%55.29%-
XYZ15.0220.4728.36-
YUV111.14144.8583.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491371410.650.0300.45182.6148.4237.25
Hex31898D41302Db73025
Octal6121121510130552676045
Binary1100011000100110001101100000111010110110110111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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