#34474C

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

Shades of Big Stone #34474C

Tints of Big Stone #34474C

Color information

#34474C (or 0x34474C) is unknown color: approx Big Stone. HEX triplet: 34, 47 and 4C. RGB value is (52,71,76). Sum of RGB (Red+Green+Blue) = 52+71+76=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 76 - color contains mainly: blue. Hex color #34474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34474C is #CBB8B3. Grayscale: #414141. Windows color (decimal): -13351092 or 4998964. OLE color: 4998964.

HSL color Cylindrical-coordinate representation of color #34474C: hue angle of 192.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34474C is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB527176-
CMYK0.320.0700.70
HSL192.5º18.75%25.1%-
HSV(B)192.5º31.58%29.8%-
XYZ4.975.767.69-
YUV65.89133.71118.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=26.13%
G=35.68%
B=38.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5271760.320.0700.70192.518.7525.1
Hex34474C207046c01319
Octal6410711440701063002331
Binary1101001000111100110010000011101000110110000001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34474C; }

 p { color: rgb(52,71,76); }

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

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

 a { background-color: rgb(52,71,76); }

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

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

 span { border-color: rgb(52,71,76); }

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