#35454F

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

Shades of Arsenic #35454F

Tints of Arsenic #35454F

Color information

#35454F (or 0x35454F) is unknown color: approx Arsenic. HEX triplet: 35, 45 and 4F. RGB value is (53,69,79). Sum of RGB (Red+Green+Blue) = 53+69+79=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 79 - color contains mainly: blue. Hex color #35454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35454F is #CABAB0. Grayscale: #414141. Windows color (decimal): -13286065 or 5195061. OLE color: 5195061.

HSL color Cylindrical-coordinate representation of color #35454F: hue angle of 203.08º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #35454F is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB536979-
CMYK0.330.1300.69
HSL203.08º19.7%25.88%-
HSV(B)203.08º32.91%30.98%-
XYZ5.015.588.21-
YUV65.36135.7119.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=26.37%
G=34.33%
B=39.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5369790.330.1300.69203.0819.725.88
Hex35454F21D045cb141a
Octal65105117411501053132432
Binary11010110001011001111100001110101000101110010111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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