Html Css Color HEX #31404C Arsenic

📋 copy color: '#31404C'

red 49 ◦ green 64 ◦ blue 76

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

Shades of Arsenic #31404C

Tints of Arsenic #31404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.86%

 BLUE value IS 76 (30.08% from 255) = 40.21%

R = 25.93%
G = 33.86%
B = 40.21%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31404C (or 0x31404C) is known color: Arsenic. HEX triplet: 31, 40 and 4C. RGB value is (49,64,76). Sum of RGB (Red+Green+Blue) = 49+64+76=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #31404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31404C is #CEBFB3. Grayscale: #3C3C3C. Windows color (decimal): -13549492 or 4997169. OLE color: 4997169.

HSL color Cylindrical-coordinate representation of color #31404C: hue angle of 206.67º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31404C is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 64 76 -
CMYK 0.36 0.16 0 0.70
HSL 206.67º 0.22% 0.25% -
HSV(B) 206.67º 0.36% 0.3% -
XYZ 4.4 4.84 7.54 -
YUV 60.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 49 64 76 0.36 0.16 0 0.70 206.67 0.22 0.25
Hex 31 40 4C 24 10 0 46 CF 16 19
Octal 61 100 114 44 20 0 106 317 26 31
Binary 110001 1000000 1001100 100100 10000 0 1000110 11001111 10110 11001

Color Harmonies of #31404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31404C

Black with #31404C

Text Example


Text Example

White with #31404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31404C; }

 p { color: rgb(49,64,76); }

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

background-color css

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

 a { background-color: rgb(49,64,76); }

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

border-color css

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

 span { border-color: rgb(49,64,76); }

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