#35464D

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

Shades of Big Stone #35464D

Tints of Big Stone #35464D

Color information

#35464D (or 0x35464D) is unknown color: approx Big Stone. HEX triplet: 35, 46 and 4D. RGB value is (53,70,77). Sum of RGB (Red+Green+Blue) = 53+70+77=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #35464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35464D is #CAB9B2. Grayscale: #414141. Windows color (decimal): -13285811 or 5064245. OLE color: 5064245.

HSL color Cylindrical-coordinate representation of color #35464D: hue angle of 197.5º 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 #35464D is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB537077-
CMYK0.310.0900.70
HSL197.5º18.46%25.49%-
HSV(B)197.5º31.17%30.2%-
XYZ55.677.85-
YUV65.72134.37118.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=26.5%
G=35%
B=38.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5370770.310.0900.70197.518.4625.49
Hex35464D1F9046c51219
Octal65106115371101063052231
Binary1101011000110100110111111100101000110110001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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