#314549

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

Shades of Big Stone #314549

Tints of Big Stone #314549

Color information

#314549 (or 0x314549) is unknown color: approx Big Stone. HEX triplet: 31, 45 and 49. RGB value is (49,69,73). Sum of RGB (Red+Green+Blue) = 49+69+73=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 73 - color contains mainly: blue. Hex color #314549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314549 is #CEBAB6. Grayscale: #3F3F3F. Windows color (decimal): -13548215 or 4801841. OLE color: 4801841.

HSL color Cylindrical-coordinate representation of color #314549: hue angle of 190º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314549 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB496973-
CMYK0.330.0500.71
HSL190º19.67%23.92%-
HSV(B)190º32.88%28.63%-
XYZ4.65.397.1-
YUV63.48133.37117.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=25.65%
G=36.13%
B=38.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4969730.330.0500.7119019.6723.92
Hex314549215047be1418
Octal6110511141501072762430
Binary1100011000101100100110000110101000111101111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314549; }

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

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

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

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

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

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

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

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