#344551

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

Shades of Arsenic #344551

Tints of Arsenic #344551

Color information

#344551 (or 0x344551) is unknown color: approx Arsenic. HEX triplet: 34, 45 and 51. RGB value is (52,69,81). Sum of RGB (Red+Green+Blue) = 52+69+81=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #344551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344551 is #CBBAAE. Grayscale: #414141. Windows color (decimal): -13351599 or 5326132. OLE color: 5326132.

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

Color convert

RGB526981-
CMYK0.360.1500.68
HSL204.83º21.8%26.08%-
HSV(B)204.83º35.8%31.76%-
XYZ5.035.588.6-
YUV65.28136.87118.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 81 (32.03% from 255) = 40.10%
R=25.74%
G=34.16%
B=40.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5269810.360.1500.68204.8321.826.08
Hex34455124F044cd161a
Octal64105121441701043152632
Binary11010010001011010001100100111101000100110011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344551; }

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

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

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

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

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

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

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

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