#35434B

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

Shades of Big Stone #35434B

Tints of Big Stone #35434B

Color information

#35434B (or 0x35434B) is unknown color: approx Big Stone. HEX triplet: 35, 43 and 4B. RGB value is (53,67,75). Sum of RGB (Red+Green+Blue) = 53+67+75=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #35434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35434B is #CABCB4. Grayscale: #3F3F3F. Windows color (decimal): -13286581 or 4932405. OLE color: 4932405.

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

Color convert

RGB536775-
CMYK0.290.1100.71
HSL201.82º17.19%25.1%-
HSV(B)201.82º29.33%29.41%-
XYZ4.755.287.43-
YUV63.73134.36120.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=27.18%
G=34.36%
B=38.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5367750.290.1100.71201.8217.1925.1
Hex35434B1DB047ca1119
Octal65103113351301073122131
Binary1101011000011100101111101101101000111110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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