Html Css Color HEX #354651 Arsenic

📋 copy color: '#354651'

red 53 ◦ green 70 ◦ blue 81

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

Shades of Arsenic #354651

Tints of Arsenic #354651

RGB

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

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

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

R = 25.98%
G = 34.31%
B = 39.71%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#354651 (or 0x354651) is known color: Arsenic. HEX triplet: 35, 46 and 51. RGB value is (53,70,81). Sum of RGB (Red+Green+Blue) = 53+70+81=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 81 - color contains mainly: blue. Hex color #354651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354651 is #CAB9AE. Grayscale: #424242. Windows color (decimal): -13285807 or 5326389. OLE color: 5326389.

HSL color Cylindrical-coordinate representation of color #354651: hue angle of 203.57º 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 #354651 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 70 81 -
CMYK 0.35 0.14 0 0.68
HSL 203.57º 0.21% 0.26% -
HSV(B) 203.57º 0.35% 0.32% -
XYZ 5.14 5.73 8.62 -
YUV 66.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 53 70 81 0.35 0.14 0 0.68 203.57 0.21 0.26
Hex 35 46 51 23 E 0 44 CC 15 1A
Octal 65 106 121 43 16 0 104 314 25 32
Binary 110101 1000110 1010001 100011 1110 0 1000100 11001100 10101 11010

Color Harmonies of #354651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354651

Black with #354651

Text Example


Text Example

White with #354651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354651; }

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

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

background-color css

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

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

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

border-color css

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

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

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