#334454

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

Shades of Arsenic #334454

Tints of Arsenic #334454

Color information

#334454 (or 0x334454) is unknown color: approx Arsenic. HEX triplet: 33, 44 and 54. RGB value is (51,68,84). Sum of RGB (Red+Green+Blue) = 51+68+84=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #334454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334454 is #CCBBAB. Grayscale: #404040. Windows color (decimal): -13417388 or 5522483. OLE color: 5522483.

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

Color convert

RGB516884-
CMYK0.390.1900.67
HSL209.09º24.44%26.47%-
HSV(B)209.09º39.29%32.94%-
XYZ5.035.489.18-
YUV64.74138.87118.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.12%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=25.12%
G=33.50%
B=41.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5168840.390.1900.67209.0924.4426.47
Hex3344542713043d1181a
Octal63104124472301033213032
Binary110011100010010101001001111001101000011110100011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334454; }

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

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

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

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

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

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

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

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