Html Css Color HEX #313D48 Arsenic

📋 copy color: '#313D48'

red 49 ◦ green 61 ◦ blue 72

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

Shades of Arsenic #313D48

Tints of Arsenic #313D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

 BLUE value IS 72 (28.52% from 255) = 39.56%

R = 26.92%
G = 33.52%
B = 39.56%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#313D48 (or 0x313D48) is known color: Arsenic. HEX triplet: 31, 3D and 48. RGB value is (49,61,72). Sum of RGB (Red+Green+Blue) = 49+61+72=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #313D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D48 is #CEC2B7. Grayscale: #3A3A3A. Windows color (decimal): -13550264 or 4734257. OLE color: 4734257.

HSL color Cylindrical-coordinate representation of color #313D48: hue angle of 208.7º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #313D48 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 61 72 -
CMYK 0.32 0.15 0 0.72
HSL 208.7º 0.19% 0.24% -
HSV(B) 208.7º 0.32% 0.28% -
XYZ 4.11 4.46 6.78 -
YUV 58.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 49 61 72 0.32 0.15 0 0.72 208.7 0.19 0.24
Hex 31 3D 48 20 F 0 48 D1 13 18
Octal 61 75 110 40 17 0 110 321 23 30
Binary 110001 111101 1001000 100000 1111 0 1001000 11010001 10011 11000

Color Harmonies of #313D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D48

Black with #313D48

Text Example


Text Example

White with #313D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,72); }

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

background-color css

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

 a { background-color: rgb(49,61,72); }

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

border-color css

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

 span { border-color: rgb(49,61,72); }

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