Html Css Color HEX #374148 Arsenic

📋 copy color: '#374148'

red 55 ◦ green 65 ◦ blue 72

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

Shades of Arsenic #374148

Tints of Arsenic #374148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.85%

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

R = 28.65%
G = 33.85%
B = 37.5%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#374148 (or 0x374148) is known color: Arsenic. HEX triplet: 37, 41 and 48. RGB value is (55,65,72). Sum of RGB (Red+Green+Blue) = 55+65+72=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #374148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374148 is #C8BEB7. Grayscale: #3E3E3E. Windows color (decimal): -13156024 or 4735287. OLE color: 4735287.

HSL color Cylindrical-coordinate representation of color #374148: hue angle of 204.71º 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 #374148 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 65 72 -
CMYK 0.24 0.10 0 0.72
HSL 204.71º 0.13% 0.25% -
HSV(B) 204.71º 0.24% 0.28% -
XYZ 4.64 5.06 6.86 -
YUV 62.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 55 65 72 0.24 0.10 0 0.72 204.71 0.13 0.25
Hex 37 41 48 18 A 0 48 CD D 19
Octal 67 101 110 30 12 0 110 315 15 31
Binary 110111 1000001 1001000 11000 1010 0 1001000 11001101 1101 11001

Color Harmonies of #374148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374148

Black with #374148

Text Example


Text Example

White with #374148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374148; }

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

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

background-color css

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

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

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

border-color css

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

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

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