#314454

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

Shades of Arsenic #314454

Tints of Arsenic #314454

Color information

#314454 (or 0x314454) is unknown color: approx Arsenic. HEX triplet: 31, 44 and 54. RGB value is (49,68,84). Sum of RGB (Red+Green+Blue) = 49+68+84=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #314454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314454 is #CEBBAB. Grayscale: #404040. Windows color (decimal): -13548460 or 5522481. OLE color: 5522481.

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

Color convert

RGB496884-
CMYK0.420.1900.67
HSL207.43º26.32%26.08%-
HSV(B)207.43º41.67%32.94%-
XYZ4.935.439.18-
YUV64.14139.21117.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 84 (33.20% from 255) = 41.79%
R=24.38%
G=33.83%
B=41.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4968840.420.1900.67207.4326.3226.08
Hex3144542A13043cf1a1a
Octal61104124522301033173232
Binary110001100010010101001010101001101000011110011111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314454; }

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

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

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

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

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

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

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

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