#35454D

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

Shades of Big Stone #35454D

Tints of Big Stone #35454D

Color information

#35454D (or 0x35454D) is unknown color: approx Big Stone. HEX triplet: 35, 45 and 4D. RGB value is (53,69,77). Sum of RGB (Red+Green+Blue) = 53+69+77=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #35454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35454D is #CABAB2. Grayscale: #414141. Windows color (decimal): -13286067 or 5063989. OLE color: 5063989.

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

Color convert

RGB536977-
CMYK0.310.1000.70
HSL200º18.46%25.49%-
HSV(B)200º31.17%30.2%-
XYZ4.945.557.83-
YUV65.13134.7119.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=26.63%
G=34.67%
B=38.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5369770.310.1000.7020018.4625.49
Hex35454D1FA046c81219
Octal65105115371201063102231
Binary1101011000101100110111111101001000110110010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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