#314552

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

Shades of Arsenic #314552

Tints of Arsenic #314552

Color information

#314552 (or 0x314552) is unknown color: approx Arsenic. HEX triplet: 31, 45 and 52. RGB value is (49,69,82). Sum of RGB (Red+Green+Blue) = 49+69+82=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 82 - color contains mainly: blue. Hex color #314552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314552 is #CEBAAD. Grayscale: #404040. Windows color (decimal): -13548206 or 5391665. OLE color: 5391665.

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

Color convert

RGB496982-
CMYK0.400.1600.68
HSL203.64º25.19%25.69%-
HSV(B)203.64º40.24%32.16%-
XYZ4.925.528.79-
YUV64.5137.87116.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 82 (32.42% from 255) = 41%
R=24.5%
G=34.5%
B=41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4969820.400.1600.68203.6425.1925.69
Hex3145522810044cc191a
Octal61105122502001043143132
Binary110001100010110100101010001000001000100110011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314552; }

 p { color: rgb(49,69,82); }

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

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

 a { background-color: rgb(49,69,82); }

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

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

 span { border-color: rgb(49,69,82); }

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