#35454C

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

Shades of Big Stone #35454C

Tints of Big Stone #35454C

Color information

#35454C (or 0x35454C) is unknown color: approx Big Stone. HEX triplet: 35, 45 and 4C. RGB value is (53,69,76). Sum of RGB (Red+Green+Blue) = 53+69+76=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 76 - color contains mainly: blue. Hex color #35454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35454C is #CABAB3. Grayscale: #404040. Windows color (decimal): -13286068 or 4998453. OLE color: 4998453.

HSL color Cylindrical-coordinate representation of color #35454C: hue angle of 198.26º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35454C is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB536976-
CMYK0.300.0900.70
HSL198.26º17.83%25.29%-
HSV(B)198.26º30.26%29.8%-
XYZ4.95.537.65-
YUV65.01134.2119.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=26.77%
G=34.85%
B=38.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5369760.300.0900.70198.2617.8325.29
Hex35454C1E9046c61219
Octal65105114361101063062231
Binary1101011000101100110011110100101000110110001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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