#35444F

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

Shades of Arsenic #35444F

Tints of Arsenic #35444F

Color information

#35444F (or 0x35444F) is unknown color: approx Arsenic. HEX triplet: 35, 44 and 4F. RGB value is (53,68,79). Sum of RGB (Red+Green+Blue) = 53+68+79=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #35444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35444F is #CABBB0. Grayscale: #404040. Windows color (decimal): -13286321 or 5194805. OLE color: 5194805.

HSL color Cylindrical-coordinate representation of color #35444F: hue angle of 205.38º 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 #35444F is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB536879-
CMYK0.330.1400.69
HSL205.38º19.7%25.88%-
HSV(B)205.38º32.91%30.98%-
XYZ4.955.468.19-
YUV64.77136.03119.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=26.5%
G=34%
B=39.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5368790.330.1400.69205.3819.725.88
Hex35444F21E045cd141a
Octal65104117411601053152432
Binary11010110001001001111100001111001000101110011011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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