#314654

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

Shades of Arsenic #314654

Tints of Arsenic #314654

Color information

#314654 (or 0x314654) is unknown color: approx Arsenic. HEX triplet: 31, 46 and 54. RGB value is (49,70,84). Sum of RGB (Red+Green+Blue) = 49+70+84=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #314654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314654 is #CEB9AB. Grayscale: #414141. Windows color (decimal): -13547948 or 5522993. OLE color: 5522993.

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

Color convert

RGB497084-
CMYK0.420.1700.67
HSL204º26.32%26.08%-
HSV(B)204º41.67%32.94%-
XYZ5.065.679.22-
YUV65.32138.54116.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=24.14%
G=34.48%
B=41.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4970840.420.1700.6720426.3226.08
Hex3146542A11043cc1a1a
Octal61106124522101033143232
Binary110001100011010101001010101000101000011110011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314654; }

 p { color: rgb(49,70,84); }

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

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

 a { background-color: rgb(49,70,84); }

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

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

 span { border-color: rgb(49,70,84); }

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