#35424A

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

Shades of Big Stone #35424A

Tints of Big Stone #35424A

Color information

#35424A (or 0x35424A) is unknown color: approx Big Stone. HEX triplet: 35, 42 and 4A. RGB value is (53,66,74). Sum of RGB (Red+Green+Blue) = 53+66+74=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #35424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35424A is #CABDB5. Grayscale: #3E3E3E. Windows color (decimal): -13286838 or 4866613. OLE color: 4866613.

HSL color Cylindrical-coordinate representation of color #35424A: hue angle of 202.86º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #35424A is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB536674-
CMYK0.280.1100.71
HSL202.86º16.54%24.9%-
HSV(B)202.86º28.38%29.02%-
XYZ4.655.157.23-
YUV63.02134.19120.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=27.46%
G=34.20%
B=38.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5366740.280.1100.71202.8616.5424.9
Hex35424A1CB047cb1119
Octal65102112341301073132131
Binary1101011000010100101011100101101000111110010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35424A; }

 p { color: rgb(53,66,74); }

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

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

 a { background-color: rgb(53,66,74); }

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

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

 span { border-color: rgb(53,66,74); }

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