#314453

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

Shades of Arsenic #314453

Tints of Arsenic #314453

Color information

#314453 (or 0x314453) is unknown color: approx Arsenic. HEX triplet: 31, 44 and 53. RGB value is (49,68,83). Sum of RGB (Red+Green+Blue) = 49+68+83=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #314453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314453 is #CEBBAC. Grayscale: #3F3F3F. Windows color (decimal): -13548461 or 5456945. OLE color: 5456945.

HSL color Cylindrical-coordinate representation of color #314453: hue angle of 206.47º 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 #314453 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB496883-
CMYK0.410.1800.67
HSL206.47º25.76%25.88%-
HSV(B)206.47º40.96%32.55%-
XYZ4.95.418.97-
YUV64.03138.71117.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=24.5%
G=34%
B=41.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4968830.410.1800.67206.4725.7625.88
Hex3144532912043ce1a1a
Octal61104123512201033163232
Binary110001100010010100111010011001001000011110011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314453; }

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

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

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

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

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

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

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

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