#31888B

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

Shades of Blue Chill #31888B

Tints of Blue Chill #31888B

Color information

#31888B (or 0x31888B) is unknown color: approx Blue Chill. HEX triplet: 31, 88 and 8B. RGB value is (49,136,139). Sum of RGB (Red+Green+Blue) = 49+136+139=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #31888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31888B is #CE7774. Grayscale: #6E6E6E. Windows color (decimal): -13530997 or 9144369. OLE color: 9144369.

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

Color convert

RGB49136139-
CMYK0.650.0200.45
HSL182º47.87%36.86%-
HSV(B)182º64.75%54.51%-
XYZ14.7320.1327.53-
YUV110.33144.1884.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.12%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=15.12%
G=41.98%
B=42.90%

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
Decimal491361390.650.0200.4518247.8736.86
Hex31888B41202Db63025
Octal6121021310120552666045
Binary1100011000100010001011100000110010110110110110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31888B; }

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

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

<style>
 a { background-color: #31888B; }

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

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

<style>
 span { border-color: #31888B; }

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

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