#314750

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

Shades of Big Stone #314750

Tints of Big Stone #314750

Color information

#314750 (or 0x314750) is unknown color: approx Big Stone. HEX triplet: 31, 47 and 50. RGB value is (49,71,80). Sum of RGB (Red+Green+Blue) = 49+71+80=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #314750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314750 is #CEB8AF. Grayscale: #414141. Windows color (decimal): -13547696 or 5261105. OLE color: 5261105.

HSL color Cylindrical-coordinate representation of color #314750: hue angle of 197.42º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #314750 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB497180-
CMYK0.390.1100.69
HSL197.42º24.03%25.29%-
HSV(B)197.42º38.75%31.37%-
XYZ4.975.748.44-
YUV65.45136.21116.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 80 (31.64% from 255) = 40%
R=24.5%
G=35.5%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4971800.390.1100.69197.4224.0325.29
Hex31475027B045c51819
Octal61107120471301053053031
Binary11000110001111010000100111101101000101110001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314750; }

 p { color: rgb(49,71,80); }

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

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

 a { background-color: rgb(49,71,80); }

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

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

 span { border-color: rgb(49,71,80); }

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