#314450

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

Shades of Arsenic #314450

Tints of Arsenic #314450

Color information

#314450 (or 0x314450) is unknown color: approx Arsenic. HEX triplet: 31, 44 and 50. RGB value is (49,68,80). Sum of RGB (Red+Green+Blue) = 49+68+80=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #314450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314450 is #CEBBAF. Grayscale: #3F3F3F. Windows color (decimal): -13548464 or 5260337. OLE color: 5260337.

HSL color Cylindrical-coordinate representation of color #314450: hue angle of 203.23º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #314450 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB496880-
CMYK0.390.1500.69
HSL203.23º24.03%25.29%-
HSV(B)203.23º38.75%31.37%-
XYZ4.785.378.37-
YUV63.69137.21117.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=24.87%
G=34.52%
B=40.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4968800.390.1500.69203.2324.0325.29
Hex31445027F045cb1819
Octal61104120471701053133031
Binary11000110001001010000100111111101000101110010111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314450; }

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

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

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

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

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

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

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

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