Html Css Color HEX #374048 Arsenic

📋 copy color: '#374048'

red 55 ◦ green 64 ◦ blue 72

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

Shades of Arsenic #374048

Tints of Arsenic #374048

RGB

 RED value IS 55 (21.88% from 255) = 28.8%

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

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

R = 28.8%
G = 33.51%
B = 37.7%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#374048 (or 0x374048) is known color: Arsenic. HEX triplet: 37, 40 and 48. RGB value is (55,64,72). Sum of RGB (Red+Green+Blue) = 55+64+72=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #374048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374048 is #C8BFB7. Grayscale: #3E3E3E. Windows color (decimal): -13156280 or 4735031. OLE color: 4735031.

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

Color convert

RGB 55 64 72 -
CMYK 0.24 0.11 0 0.72
HSL 208.24º 0.13% 0.25% -
HSV(B) 208.24º 0.24% 0.28% -
XYZ 4.58 4.95 6.84 -
YUV 62.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 55 64 72 0.24 0.11 0 0.72 208.24 0.13 0.25
Hex 37 40 48 18 B 0 48 D0 D 19
Octal 67 100 110 30 13 0 110 320 15 31
Binary 110111 1000000 1001000 11000 1011 0 1001000 11010000 1101 11001

Color Harmonies of #374048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374048

Black with #374048

Text Example


Text Example

White with #374048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374048; }

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

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

background-color css

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

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

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

border-color css

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

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

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