#31444C

Color #31444C Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #31444C

Tints of Big Stone #31444C

Color information

#31444C (or 0x31444C) is unknown color: approx Big Stone. HEX triplet: 31, 44 and 4C. RGB value is (49,68,76). Sum of RGB (Red+Green+Blue) = 49+68+76=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 76 - color contains mainly: blue. Hex color #31444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31444C is #CEBBB3. Grayscale: #3F3F3F. Windows color (decimal): -13548468 or 4998193. OLE color: 4998193.

HSL color Cylindrical-coordinate representation of color #31444C: hue angle of 197.78º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31444C is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB496876-
CMYK0.360.1100.70
HSL197.78º21.6%24.51%-
HSV(B)197.78º35.53%29.8%-
XYZ4.645.317.62-
YUV63.23135.21117.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 76 (30.08% from 255) = 39.38%
R=25.39%
G=35.23%
B=39.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4968760.360.1100.70197.7821.624.51
Hex31444C24B046c61619
Octal61104114441301063062631
Binary11000110001001001100100100101101000110110001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,68,76); }

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

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

 a { background-color: rgb(49,68,76); }

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

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

 span { border-color: rgb(49,68,76); }

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