Html Css Color HEX #354048 Arsenic

📋 copy color: '#354048'

red 53 ◦ green 64 ◦ blue 72

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

Shades of Arsenic #354048

Tints of Arsenic #354048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.86%

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 28.04%
G = 33.86%
B = 38.1%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#354048 (or 0x354048) is known color: Arsenic. HEX triplet: 35, 40 and 48. RGB value is (53,64,72). Sum of RGB (Red+Green+Blue) = 53+64+72=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 72 - color contains mainly: blue. Hex color #354048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354048 is #CABFB7. Grayscale: #3D3D3D. Windows color (decimal): -13287352 or 4735029. OLE color: 4735029.

HSL color Cylindrical-coordinate representation of color #354048: hue angle of 205.26º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #354048 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 64 72 -
CMYK 0.26 0.11 0 0.72
HSL 205.26º 0.15% 0.25% -
HSV(B) 205.26º 0.26% 0.28% -
XYZ 4.47 4.89 6.84 -
YUV 61.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 53 64 72 0.26 0.11 0 0.72 205.26 0.15 0.25
Hex 35 40 48 1A B 0 48 CD F 19
Octal 65 100 110 32 13 0 110 315 17 31
Binary 110101 1000000 1001000 11010 1011 0 1001000 11001101 1111 11001

Color Harmonies of #354048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354048

Black with #354048

Text Example


Text Example

White with #354048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354048; }

 p { color: rgb(53,64,72); }

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

background-color css

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

 a { background-color: rgb(53,64,72); }

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

border-color css

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

 span { border-color: rgb(53,64,72); }

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