Html Css Color HEX #354551 Arsenic

📋 copy color: '#354551'

red 53 ◦ green 69 ◦ blue 81

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

Shades of Arsenic #354551

Tints of Arsenic #354551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.9%

R = 26.11%
G = 33.99%
B = 39.9%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#354551 (or 0x354551) is known color: Arsenic. HEX triplet: 35, 45 and 51. RGB value is (53,69,81). Sum of RGB (Red+Green+Blue) = 53+69+81=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #354551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354551 is #CABAAE. Grayscale: #414141. Windows color (decimal): -13286063 or 5326133. OLE color: 5326133.

HSL color Cylindrical-coordinate representation of color #354551: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #354551 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 69 81 -
CMYK 0.35 0.15 0 0.68
HSL 205.71º 0.21% 0.26% -
HSV(B) 205.71º 0.35% 0.32% -
XYZ 5.08 5.61 8.6 -
YUV 65.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 53 69 81 0.35 0.15 0 0.68 205.71 0.21 0.26
Hex 35 45 51 23 F 0 44 CE 15 1A
Octal 65 105 121 43 17 0 104 316 25 32
Binary 110101 1000101 1010001 100011 1111 0 1000100 11001110 10101 11010

Color Harmonies of #354551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354551

Black with #354551

Text Example


Text Example

White with #354551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354551; }

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

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

background-color css

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

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

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

border-color css

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

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

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