#334555

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

Shades of Arsenic #334555

Tints of Arsenic #334555

Color information

#334555 (or 0x334555) is unknown color: approx Arsenic. HEX triplet: 33, 45 and 55. RGB value is (51,69,85). Sum of RGB (Red+Green+Blue) = 51+69+85=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: blue. Hex color #334555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334555 is #CCBAAA. Grayscale: #414141. Windows color (decimal): -13417131 or 5588275. OLE color: 5588275.

HSL color Cylindrical-coordinate representation of color #334555: hue angle of 208.24º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #334555 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB516985-
CMYK0.400.1900.67
HSL208.24º25%26.67%-
HSV(B)208.24º40%33.33%-
XYZ5.135.629.41-
YUV65.44139.04117.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=24.88%
G=33.66%
B=41.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5169850.400.1900.67208.242526.67
Hex3345552813043d0191b
Octal63105125502301033203133
Binary110011100010110101011010001001101000011110100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334555; }

 p { color: rgb(51,69,85); }

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

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

 a { background-color: rgb(51,69,85); }

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

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

 span { border-color: rgb(51,69,85); }

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