Html Css Color HEX #314451 Arsenic

📋 copy color: '#314451'

red 49 ◦ green 68 ◦ blue 81

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

Shades of Arsenic #314451

Tints of Arsenic #314451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.91%

R = 24.75%
G = 34.34%
B = 40.91%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314451 (or 0x314451) is known color: Arsenic. HEX triplet: 31, 44 and 51. RGB value is (49,68,81). Sum of RGB (Red+Green+Blue) = 49+68+81=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #314451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314451 is #CEBBAE. Grayscale: #3F3F3F. Windows color (decimal): -13548463 or 5325873. OLE color: 5325873.

HSL color Cylindrical-coordinate representation of color #314451: hue angle of 204.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314451 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 68 81 -
CMYK 0.40 0.16 0 0.68
HSL 204.38º 0.25% 0.25% -
HSV(B) 204.38º 0.4% 0.32% -
XYZ 4.82 5.38 8.57 -
YUV 63.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 49 68 81 0.40 0.16 0 0.68 204.38 0.25 0.25
Hex 31 44 51 28 10 0 44 CC 19 19
Octal 61 104 121 50 20 0 104 314 31 31
Binary 110001 1000100 1010001 101000 10000 0 1000100 11001100 11001 11001

Color Harmonies of #314451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314451

Black with #314451

Text Example


Text Example

White with #314451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314451; }

 p { color: rgb(49,68,81); }

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

background-color css

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

 a { background-color: rgb(49,68,81); }

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

border-color css

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

 span { border-color: rgb(49,68,81); }

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