#314252

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

Shades of Arsenic #314252

Tints of Arsenic #314252

Color information

#314252 (or 0x314252) is unknown color: approx Arsenic. HEX triplet: 31, 42 and 52. RGB value is (49,66,82). Sum of RGB (Red+Green+Blue) = 49+66+82=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #314252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314252 is #CEBDAD. Grayscale: #3E3E3E. Windows color (decimal): -13548974 or 5390897. OLE color: 5390897.

HSL color Cylindrical-coordinate representation of color #314252: hue angle of 209.09º 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 #314252 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB496682-
CMYK0.400.2000.68
HSL209.09º25.19%25.69%-
HSV(B)209.09º40.24%32.16%-
XYZ4.745.168.73-
YUV62.74138.87118.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=24.87%
G=33.50%
B=41.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4966820.400.2000.68209.0925.1925.69
Hex3142522814044d1191a
Octal61102122502401043213132
Binary110001100001010100101010001010001000100110100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314252; }

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

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

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

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

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

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

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

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