Html Css Color HEX #313E4A Arsenic

📋 copy color: '#313E4A'

red 49 ◦ green 62 ◦ blue 74

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

Shades of Arsenic #313E4A

Tints of Arsenic #313E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40%

R = 26.49%
G = 33.51%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#313E4A (or 0x313E4A) is known color: Arsenic. HEX triplet: 31, 3E and 4A. RGB value is (49,62,74). Sum of RGB (Red+Green+Blue) = 49+62+74=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 74 - color contains mainly: blue. Hex color #313E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E4A is #CEC1B5. Grayscale: #3B3B3B. Windows color (decimal): -13550006 or 4865585. OLE color: 4865585.

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

Color convert

RGB 49 62 74 -
CMYK 0.34 0.16 0 0.71
HSL 208.8º 0.2% 0.24% -
HSV(B) 208.8º 0.34% 0.29% -
XYZ 4.23 4.59 7.14 -
YUV 59.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 49 62 74 0.34 0.16 0 0.71 208.8 0.2 0.24
Hex 31 3E 4A 22 10 0 47 D1 14 18
Octal 61 76 112 42 20 0 107 321 24 30
Binary 110001 111110 1001010 100010 10000 0 1000111 11010001 10100 11000

Color Harmonies of #313E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E4A

Black with #313E4A

Text Example


Text Example

White with #313E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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