#33404E

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

Shades of Arsenic #33404E

Tints of Arsenic #33404E

Color information

#33404E (or 0x33404E) is unknown color: approx Arsenic. HEX triplet: 33, 40 and 4E. RGB value is (51,64,78). Sum of RGB (Red+Green+Blue) = 51+64+78=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #33404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33404E is #CCBFB1. Grayscale: #3D3D3D. Windows color (decimal): -13418418 or 5128243. OLE color: 5128243.

HSL color Cylindrical-coordinate representation of color #33404E: hue angle of 211.11º 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 #33404E is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB516478-
CMYK0.350.1800.69
HSL211.11º20.93%25.29%-
HSV(B)211.11º34.62%30.59%-
XYZ4.574.927.92-
YUV61.71137.19120.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=26.42%
G=33.16%
B=40.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5164780.350.1800.69211.1120.9325.29
Hex33404E2312045d31519
Octal63100116432201053232531
Binary110011100000010011101000111001001000101110100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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