#334451

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

Shades of Arsenic #334451

Tints of Arsenic #334451

Color information

#334451 (or 0x334451) is unknown color: approx Arsenic. HEX triplet: 33, 44 and 51. RGB value is (51,68,81). Sum of RGB (Red+Green+Blue) = 51+68+81=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #334451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334451 is #CCBBAE. Grayscale: #404040. Windows color (decimal): -13417391 or 5325875. OLE color: 5325875.

HSL color Cylindrical-coordinate representation of color #334451: hue angle of 206º degrees, saturation: 0.23, 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 #334451 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB516881-
CMYK0.370.1600.68
HSL206º22.73%25.88%-
HSV(B)206º37.04%31.76%-
XYZ4.925.438.57-
YUV64.4137.37118.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.5%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=25.5%
G=34%
B=40.5%

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
Decimal5168810.370.1600.6820622.7325.88
Hex3344512510044ce171a
Octal63104121452001043162732
Binary110011100010010100011001011000001000100110011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334451; }

 p { color: rgb(51,68,81); }

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

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

 a { background-color: rgb(51,68,81); }

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

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

 span { border-color: rgb(51,68,81); }

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