#314353

Color #314353 Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #314353

Tints of Arsenic #314353

Color information

#314353 (or 0x314353) is unknown color: approx Arsenic. HEX triplet: 31, 43 and 53. RGB value is (49,67,83). Sum of RGB (Red+Green+Blue) = 49+67+83=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #314353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314353 is #CEBCAC. Grayscale: #3F3F3F. Windows color (decimal): -13548717 or 5456689. OLE color: 5456689.

HSL color Cylindrical-coordinate representation of color #314353: hue angle of 208.24º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #314353 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB496783-
CMYK0.410.1900.67
HSL208.24º25.76%25.88%-
HSV(B)208.24º40.96%32.55%-
XYZ4.845.298.95-
YUV63.44139.04117.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=24.62%
G=33.67%
B=41.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4967830.410.1900.67208.2425.7625.88
Hex3143532913043d01a1a
Octal61103123512301033203232
Binary110001100001110100111010011001101000011110100001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314353; }

 p { color: rgb(49,67,83); }

 H1.HeaderClassName
 {
   color: #314353;
 }
 .AnyTagClassName
 {
   color: #314353;
 }
</style>
background-color css

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

 a { background-color: rgb(49,67,83); }

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

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

 span { border-color: rgb(49,67,83); }

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