#37454F

Color #37454F Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #37454F

Tints of Arsenic #37454F

Color information

#37454F (or 0x37454F) is unknown color: approx Arsenic. HEX triplet: 37, 45 and 4F. RGB value is (55,69,79). Sum of RGB (Red+Green+Blue) = 55+69+79=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #37454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37454F is #C8BAB0. Grayscale: #414141. Windows color (decimal): -13154993 or 5195063. OLE color: 5195063.

HSL color Cylindrical-coordinate representation of color #37454F: hue angle of 205º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #37454F is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB556979-
CMYK0.300.1300.69
HSL205º17.91%26.27%-
HSV(B)205º30.38%30.98%-
XYZ5.115.638.21-
YUV65.95135.36120.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=27.09%
G=33.99%
B=38.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5569790.300.1300.6920517.9126.27
Hex37454F1ED045cd121a
Octal67105117361501053152232
Binary1101111000101100111111110110101000101110011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37454F; }

 p { color: rgb(55,69,79); }

 H1.HeaderClassName
 {
   color: #37454F;
 }
 .AnyTagClassName
 {
   color: #37454F;
 }
</style>
background-color css

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

 a { background-color: rgb(55,69,79); }

 div.DivClassName
 {
   background-color: #37454F;
 }
 .BgClassName
 {
   background-color: #37454F;
 }
</style>
border-color css

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

 span { border-color: rgb(55,69,79); }

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