#344552

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

Shades of Arsenic #344552

Tints of Arsenic #344552

Color information

#344552 (or 0x344552) is unknown color: approx Arsenic. HEX triplet: 34, 45 and 52. RGB value is (52,69,82). Sum of RGB (Red+Green+Blue) = 52+69+82=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #344552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344552 is #CBBAAD. Grayscale: #414141. Windows color (decimal): -13351598 or 5391668. OLE color: 5391668.

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

Color convert

RGB526982-
CMYK0.370.1600.68
HSL206º22.39%26.27%-
HSV(B)206º36.59%32.16%-
XYZ5.075.68.8-
YUV65.4137.37118.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=25.62%
G=33.99%
B=40.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5269820.370.1600.6820622.3926.27
Hex3445522510044ce161a
Octal64105122452001043162632
Binary110100100010110100101001011000001000100110011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344552; }

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

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

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

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

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

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

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

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