#31434E

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

Shades of Big Stone #31434E

Tints of Big Stone #31434E

Color information

#31434E (or 0x31434E) is unknown color: approx Big Stone. HEX triplet: 31, 43 and 4E. RGB value is (49,67,78). Sum of RGB (Red+Green+Blue) = 49+67+78=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #31434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31434E is #CEBCB1. Grayscale: #3E3E3E. Windows color (decimal): -13548722 or 5129009. OLE color: 5129009.

HSL color Cylindrical-coordinate representation of color #31434E: hue angle of 202.76º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31434E is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB496778-
CMYK0.370.1400.69
HSL202.76º22.83%24.9%-
HSV(B)202.76º37.18%30.59%-
XYZ4.655.227.97-
YUV62.87136.54118.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=25.26%
G=34.54%
B=40.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4967780.370.1400.69202.7622.8324.9
Hex31434E25E045cb1719
Octal61103116451601053132731
Binary11000110000111001110100101111001000101110010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31434E; }

 p { color: rgb(49,67,78); }

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

<style>
 a { background-color: #31434E; }

 a { background-color: rgb(49,67,78); }

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

<style>
 span { border-color: #31434E; }

 span { border-color: rgb(49,67,78); }

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