#344554

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

Shades of Arsenic #344554

Tints of Arsenic #344554

Color information

#344554 (or 0x344554) is unknown color: approx Arsenic. HEX triplet: 34, 45 and 54. RGB value is (52,69,84). Sum of RGB (Red+Green+Blue) = 52+69+84=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: blue. Hex color #344554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344554 is #CBBAAB. Grayscale: #414141. Windows color (decimal): -13351596 or 5522740. OLE color: 5522740.

HSL color Cylindrical-coordinate representation of color #344554: hue angle of 208.12º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344554 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB526984-
CMYK0.380.1800.67
HSL208.12º23.53%26.67%-
HSV(B)208.12º38.1%32.94%-
XYZ5.145.639.2-
YUV65.63138.37118.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=25.37%
G=33.66%
B=40.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5269840.380.1800.67208.1223.5326.67
Hex3445542612043d0181b
Octal64105124462201033203033
Binary110100100010110101001001101001001000011110100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344554; }

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

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

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

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

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

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

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

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