#344553

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

Shades of Arsenic #344553

Tints of Arsenic #344553

Color information

#344553 (or 0x344553) is unknown color: approx Arsenic. HEX triplet: 34, 45 and 53. RGB value is (52,69,83). Sum of RGB (Red+Green+Blue) = 52+69+83=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #344553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344553 is #CBBAAC. Grayscale: #414141. Windows color (decimal): -13351597 or 5457204. OLE color: 5457204.

HSL color Cylindrical-coordinate representation of color #344553: hue angle of 207.1º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344553 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB526983-
CMYK0.370.1700.67
HSL207.1º22.96%26.47%-
HSV(B)207.1º37.35%32.55%-
XYZ5.115.619-
YUV65.51137.87118.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=25.49%
G=33.82%
B=40.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5269830.370.1700.67207.122.9626.47
Hex3445532511043cf171a
Octal64105123452101033172732
Binary110100100010110100111001011000101000011110011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344553; }

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

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

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

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

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

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

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

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