Html Css Color HEX #354553 Arsenic

📋 copy color: '#354553'

red 53 ◦ green 69 ◦ blue 83

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

Shades of Arsenic #354553

Tints of Arsenic #354553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 83 (32.81% from 255) = 40.49%

R = 25.85%
G = 33.66%
B = 40.49%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#354553 (or 0x354553) is known color: Arsenic. HEX triplet: 35, 45 and 53. RGB value is (53,69,83). Sum of RGB (Red+Green+Blue) = 53+69+83=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #354553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354553 is #CABAAC. Grayscale: #414141. Windows color (decimal): -13286061 or 5457205. OLE color: 5457205.

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

Color convert

RGB 53 69 83 -
CMYK 0.36 0.17 0 0.67
HSL 208º 0.22% 0.27% -
HSV(B) 208º 0.36% 0.33% -
XYZ 5.16 5.64 9 -
YUV 65.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 53 69 83 0.36 0.17 0 0.67 208 0.22 0.27
Hex 35 45 53 24 11 0 43 D0 16 1B
Octal 65 105 123 44 21 0 103 320 26 33
Binary 110101 1000101 1010011 100100 10001 0 1000011 11010000 10110 11011

Color Harmonies of #354553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354553

Black with #354553

Text Example


Text Example

White with #354553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354553; }

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

 H1.HeaderClassName
 {
   color: #354553;
 }
 .AnyTagClassName
 {
   color: #354553;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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