#344451

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

Shades of Arsenic #344451

Tints of Arsenic #344451

Color information

#344451 (or 0x344451) is unknown color: approx Arsenic. HEX triplet: 34, 44 and 51. RGB value is (52,68,81). Sum of RGB (Red+Green+Blue) = 52+68+81=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #344451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344451 is #CBBBAE. Grayscale: #404040. Windows color (decimal): -13351855 or 5325876. OLE color: 5325876.

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

Color convert

RGB526881-
CMYK0.360.1600.68
HSL206.9º21.8%26.08%-
HSV(B)206.9º35.8%31.76%-
XYZ4.975.468.58-
YUV64.7137.2118.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=25.87%
G=33.83%
B=40.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5268810.360.1600.68206.921.826.08
Hex3444512410044cf161a
Octal64104121442001043172632
Binary110100100010010100011001001000001000100110011111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344451; }

 p { color: rgb(52,68,81); }

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

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

 a { background-color: rgb(52,68,81); }

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

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

 span { border-color: rgb(52,68,81); }

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