#344250

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

Shades of Arsenic #344250

Tints of Arsenic #344250

Color information

#344250 (or 0x344250) is unknown color: approx Arsenic. HEX triplet: 34, 42 and 50. RGB value is (52,66,80). Sum of RGB (Red+Green+Blue) = 52+66+80=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #344250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344250 is #CBBDAF. Grayscale: #3F3F3F. Windows color (decimal): -13352368 or 5259828. OLE color: 5259828.

HSL color Cylindrical-coordinate representation of color #344250: hue angle of 210º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #344250 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB526680-
CMYK0.350.1700.69
HSL210º21.21%25.88%-
HSV(B)210º35%31.37%-
XYZ4.815.218.34-
YUV63.41137.36119.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=26.26%
G=33.33%
B=40.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5266800.350.1700.6921021.2125.88
Hex3442502311045d2151a
Octal64102120432101053222532
Binary110100100001010100001000111000101000101110100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344250; }

 p { color: rgb(52,66,80); }

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

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

 a { background-color: rgb(52,66,80); }

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

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

 span { border-color: rgb(52,66,80); }

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