#33434E

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

Shades of Arsenic #33434E

Tints of Arsenic #33434E

Color information

#33434E (or 0x33434E) is unknown color: approx Arsenic. HEX triplet: 33, 43 and 4E. RGB value is (51,67,78). Sum of RGB (Red+Green+Blue) = 51+67+78=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #33434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33434E is #CCBCB1. Grayscale: #3F3F3F. Windows color (decimal): -13417650 or 5129011. OLE color: 5129011.

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

Color convert

RGB516778-
CMYK0.350.1400.69
HSL204.44º20.93%25.29%-
HSV(B)204.44º34.62%30.59%-
XYZ4.755.277.97-
YUV63.47136.2119.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=26.02%
G=34.18%
B=39.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5167780.350.1400.69204.4420.9325.29
Hex33434E23E045cc1519
Octal63103116431601053142531
Binary11001110000111001110100011111001000101110011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33434E; }

 p { color: rgb(51,67,78); }

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

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

 a { background-color: rgb(51,67,78); }

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

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

 span { border-color: rgb(51,67,78); }

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