Html Css Color HEX #354655 Arsenic

📋 copy color: '#354655'

red 53 ◦ green 70 ◦ blue 85

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

Shades of Arsenic #354655

Tints of Arsenic #354655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.65%

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 25.48%
G = 33.65%
B = 40.87%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#354655 (or 0x354655) is known color: Arsenic. HEX triplet: 35, 46 and 55. RGB value is (53,70,85). Sum of RGB (Red+Green+Blue) = 53+70+85=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #354655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354655 is #CAB9AA. Grayscale: #424242. Windows color (decimal): -13285803 or 5588533. OLE color: 5588533.

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

Color convert

RGB 53 70 85 -
CMYK 0.38 0.18 0 0.67
HSL 208.13º 0.23% 0.27% -
HSV(B) 208.13º 0.38% 0.33% -
XYZ 5.3 5.79 9.43 -
YUV 66.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 53 70 85 0.38 0.18 0 0.67 208.13 0.23 0.27
Hex 35 46 55 26 12 0 43 D0 17 1B
Octal 65 106 125 46 22 0 103 320 27 33
Binary 110101 1000110 1010101 100110 10010 0 1000011 11010000 10111 11011

Color Harmonies of #354655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354655

Black with #354655

Text Example


Text Example

White with #354655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354655; }

 p { color: rgb(53,70,85); }

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

background-color css

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

 a { background-color: rgb(53,70,85); }

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

border-color css

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

 span { border-color: rgb(53,70,85); }

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