#35474D

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

Shades of Big Stone #35474D

Tints of Big Stone #35474D

Color information

#35474D (or 0x35474D) is unknown color: approx Big Stone. HEX triplet: 35, 47 and 4D. RGB value is (53,71,77). Sum of RGB (Red+Green+Blue) = 53+71+77=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #35474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35474D is #CAB8B2. Grayscale: #424242. Windows color (decimal): -13285555 or 5064501. OLE color: 5064501.

HSL color Cylindrical-coordinate representation of color #35474D: hue angle of 195º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #35474D is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB537177-
CMYK0.310.0800.70
HSL195º18.46%25.49%-
HSV(B)195º31.17%30.2%-
XYZ5.065.87.87-
YUV66.3134.04118.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=26.37%
G=35.32%
B=38.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5371770.310.0800.7019518.4625.49
Hex35474D1F8046c31219
Octal65107115371001063032231
Binary1101011000111100110111111100001000110110000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35474D; }

 p { color: rgb(53,71,77); }

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

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

 a { background-color: rgb(53,71,77); }

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

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

 span { border-color: rgb(53,71,77); }

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