#35474B

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

Shades of Big Stone #35474B

Tints of Big Stone #35474B

Color information

#35474B (or 0x35474B) is unknown color: approx Big Stone. HEX triplet: 35, 47 and 4B. RGB value is (53,71,75). Sum of RGB (Red+Green+Blue) = 53+71+75=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #35474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35474B is #CAB8B4. Grayscale: #424242. Windows color (decimal): -13285557 or 4933429. OLE color: 4933429.

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

Color convert

RGB537175-
CMYK0.290.0500.71
HSL190.91º17.19%25.1%-
HSV(B)190.91º29.33%29.41%-
XYZ4.995.777.51-
YUV66.07133.04118.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=26.63%
G=35.68%
B=37.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5371750.290.0500.71190.9117.1925.1
Hex35474B1D5047bf1119
Octal6510711335501072772131
Binary110101100011110010111110110101000111101111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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