#314347

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

Shades of Big Stone #314347

Tints of Big Stone #314347

Color information

#314347 (or 0x314347) is unknown color: approx Big Stone. HEX triplet: 31, 43 and 47. RGB value is (49,67,71). Sum of RGB (Red+Green+Blue) = 49+67+71=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #314347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314347 is #CEBCB8. Grayscale: #3E3E3E. Windows color (decimal): -13548729 or 4670257. OLE color: 4670257.

HSL color Cylindrical-coordinate representation of color #314347: hue angle of 190.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #314347 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB496771-
CMYK0.310.0600.72
HSL190.91º18.33%23.53%-
HSV(B)190.91º30.99%27.84%-
XYZ4.415.126.72-
YUV62.07133.04118.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=26.20%
G=35.83%
B=37.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4967710.310.0600.72190.9118.3323.53
Hex3143471F6048bf1218
Octal6110310737601102772230
Binary110001100001110001111111111001001000101111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314347; }

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

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

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

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

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

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

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

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