#35464B

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

Shades of Big Stone #35464B

Tints of Big Stone #35464B

Color information

#35464B (or 0x35464B) is unknown color: approx Big Stone. HEX triplet: 35, 46 and 4B. RGB value is (53,70,75). Sum of RGB (Red+Green+Blue) = 53+70+75=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #35464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35464B is #CAB9B4. Grayscale: #414141. Windows color (decimal): -13285813 or 4933173. OLE color: 4933173.

HSL color Cylindrical-coordinate representation of color #35464B: hue angle of 193.64º 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 #35464B is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB537075-
CMYK0.290.0700.71
HSL193.64º17.19%25.1%-
HSV(B)193.64º29.33%29.41%-
XYZ4.935.657.49-
YUV65.49133.37119.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=26.77%
G=35.35%
B=37.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5370750.290.0700.71193.6417.1925.1
Hex35464B1D7047c21119
Octal6510611335701073022131
Binary110101100011010010111110111101000111110000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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