#31454D

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

Shades of Big Stone #31454D

Tints of Big Stone #31454D

Color information

#31454D (or 0x31454D) is unknown color: approx Big Stone. HEX triplet: 31, 45 and 4D. RGB value is (49,69,77). Sum of RGB (Red+Green+Blue) = 49+69+77=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #31454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31454D is #CEBAB2. Grayscale: #3F3F3F. Windows color (decimal): -13548211 or 5063985. OLE color: 5063985.

HSL color Cylindrical-coordinate representation of color #31454D: hue angle of 197.14º 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 #31454D is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB496977-
CMYK0.360.1000.70
HSL197.14º22.22%24.71%-
HSV(B)197.14º36.36%30.2%-
XYZ4.735.457.82-
YUV63.93135.37117.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=25.13%
G=35.38%
B=39.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4969770.360.1000.70197.1422.2224.71
Hex31454D24A046c51619
Octal61105115441201063052631
Binary11000110001011001101100100101001000110110001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,69,77); }

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

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

 a { background-color: rgb(49,69,77); }

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

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

 span { border-color: rgb(49,69,77); }

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