Html Css Color HEX #313E49 Arsenic

📋 copy color: '#313E49'

red 49 ◦ green 62 ◦ blue 73

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

Shades of Arsenic #313E49

Tints of Arsenic #313E49

RGB

 RED value IS 49 (19.53% from 255) = 26.63%

 GREEN value IS 62 (24.61% from 255) = 33.7%

 BLUE value IS 73 (28.91% from 255) = 39.67%

R = 26.63%
G = 33.7%
B = 39.67%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#313E49 (or 0x313E49) is known color: Arsenic. HEX triplet: 31, 3E and 49. RGB value is (49,62,73). Sum of RGB (Red+Green+Blue) = 49+62+73=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 73 - color contains mainly: blue. Hex color #313E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E49 is #CEC1B6. Grayscale: #3B3B3B. Windows color (decimal): -13550007 or 4800049. OLE color: 4800049.

HSL color Cylindrical-coordinate representation of color #313E49: hue angle of 207.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #313E49 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 62 73 -
CMYK 0.33 0.15 0 0.71
HSL 207.5º 0.2% 0.24% -
HSV(B) 207.5º 0.33% 0.29% -
XYZ 4.19 4.58 6.97 -
YUV 59.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 49 62 73 0.33 0.15 0 0.71 207.5 0.2 0.24
Hex 31 3E 49 21 F 0 47 D0 14 18
Octal 61 76 111 41 17 0 107 320 24 30
Binary 110001 111110 1001001 100001 1111 0 1000111 11010000 10100 11000

Color Harmonies of #313E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E49

Black with #313E49

Text Example


Text Example

White with #313E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313E49; }

 p { color: rgb(49,62,73); }

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

background-color css

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

 a { background-color: rgb(49,62,73); }

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

border-color css

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

 span { border-color: rgb(49,62,73); }

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