Html Css Color HEX #374450 Arsenic

📋 copy color: '#374450'

red 55 ◦ green 68 ◦ blue 80

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

Shades of Arsenic #374450

Tints of Arsenic #374450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 27.09%
G = 33.5%
B = 39.41%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#374450 (or 0x374450) is known color: Arsenic. HEX triplet: 37, 44 and 50. RGB value is (55,68,80). Sum of RGB (Red+Green+Blue) = 55+68+80=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #374450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374450 is #C8BBAF. Grayscale: #414141. Windows color (decimal): -13155248 or 5260343. OLE color: 5260343.

HSL color Cylindrical-coordinate representation of color #374450: hue angle of 208.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #374450 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 68 80 -
CMYK 0.31 0.15 0 0.69
HSL 208.8º 0.19% 0.26% -
HSV(B) 208.8º 0.31% 0.31% -
XYZ 5.09 5.53 8.39 -
YUV 65.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 55 68 80 0.31 0.15 0 0.69 208.8 0.19 0.26
Hex 37 44 50 1F F 0 45 D1 13 1A
Octal 67 104 120 37 17 0 105 321 23 32
Binary 110111 1000100 1010000 11111 1111 0 1000101 11010001 10011 11010

Color Harmonies of #374450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374450

Black with #374450

Text Example


Text Example

White with #374450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374450; }

 p { color: rgb(55,68,80); }

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

background-color css

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

 a { background-color: rgb(55,68,80); }

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

border-color css

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

 span { border-color: rgb(55,68,80); }

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