#31444D

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

Shades of Big Stone #31444D

Tints of Big Stone #31444D

Color information

#31444D (or 0x31444D) is unknown color: approx Big Stone. HEX triplet: 31, 44 and 4D. RGB value is (49,68,77). Sum of RGB (Red+Green+Blue) = 49+68+77=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #31444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31444D is #CEBBB2. Grayscale: #3F3F3F. Windows color (decimal): -13548467 or 5063729. OLE color: 5063729.

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

Color convert

RGB496877-
CMYK0.360.1200.70
HSL199.29º22.22%24.71%-
HSV(B)199.29º36.36%30.2%-
XYZ4.675.327.8-
YUV63.34135.71117.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=25.26%
G=35.05%
B=39.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4968770.360.1200.70199.2922.2224.71
Hex31444D24C046c71619
Octal61104115441401063072631
Binary11000110001001001101100100110001000110110001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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