#354754

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

Shades of Arsenic #354754

Tints of Arsenic #354754

Color information

#354754 (or 0x354754) is unknown color: approx Arsenic. HEX triplet: 35, 47 and 54. RGB value is (53,71,84). Sum of RGB (Red+Green+Blue) = 53+71+84=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #354754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354754 is #CAB8AB. Grayscale: #434343. Windows color (decimal): -13285548 or 5523253. OLE color: 5523253.

HSL color Cylindrical-coordinate representation of color #354754: hue angle of 205.16º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #354754 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB537184-
CMYK0.370.1500.67
HSL205.16º22.63%26.86%-
HSV(B)205.16º36.9%32.94%-
XYZ5.325.99.25-
YUV67.1137.54117.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=25.48%
G=34.13%
B=40.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5371840.370.1500.67205.1622.6326.86
Hex35475425F043cd171b
Octal65107124451701033152733
Binary11010110001111010100100101111101000011110011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354754; }

 p { color: rgb(53,71,84); }

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

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

 a { background-color: rgb(53,71,84); }

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

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

 span { border-color: rgb(53,71,84); }

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