Html Css Color HEX #37454F Arsenic

📋 copy color: '#37454F'

red 55 ◦ green 69 ◦ blue 79

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

Shades of Arsenic #37454F

Tints of Arsenic #37454F

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 value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#37454F (or 0x37454F) is known color: 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

RGB 55 69 79 -
CMYK 0.30 0.13 0 0.69
HSL 205º 0.18% 0.26% -
HSV(B) 205º 0.3% 0.31% -
XYZ 5.11 5.63 8.21 -
YUV 65.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 55 69 79 0.30 0.13 0 0.69 205 0.18 0.26
Hex 37 45 4F 1E D 0 45 CD 12 1A
Octal 67 105 117 36 15 0 105 315 22 32
Binary 110111 1000101 1001111 11110 1101 0 1000101 11001101 10010 11010

Color Harmonies of #37454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37454F

Black with #37454F

Text Example


Text Example

White with #37454F

Text Example


Text Example

HTML Codes & Css Web 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>