Html Css Color HEX #354754 Arsenic

📋 copy color: '#354754'

red 53 ◦ green 71 ◦ blue 84

#354754
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arsenic #354754

Tints of Arsenic #354754

RGB

 RED value IS 53 (21.09% from 255) = 25.48%

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 84 (33.2% from 255) = 40.38%

R = 25.48%
G = 34.13%
B = 40.38%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#354754 (or 0x354754) is known color: 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

RGB 53 71 84 -
CMYK 0.37 0.15 0 0.67
HSL 205.16º 0.23% 0.27% -
HSV(B) 205.16º 0.37% 0.33% -
XYZ 5.32 5.9 9.25 -
YUV 67.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 53 71 84 0.37 0.15 0 0.67 205.16 0.23 0.27
Hex 35 47 54 25 F 0 43 CD 17 1B
Octal 65 107 124 45 17 0 103 315 27 33
Binary 110101 1000111 1010100 100101 1111 0 1000011 11001101 10111 11011

Color Harmonies of #354754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354754

Black with #354754

Text Example


Text Example

White with #354754

Text Example


Text Example

HTML Codes & Css Web 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>