#213734

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

Shades of Aztec #213734

Tints of Aztec #213734

Color information

#213734 (or 0x213734) is unknown color: approx Aztec. HEX triplet: 21, 37 and 34. RGB value is (33,55,52). Sum of RGB (Red+Green+Blue) = 33+55+52=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #213734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213734 is #DEC8CB. Grayscale: #303030. Windows color (decimal): -14600396 or 3421985. OLE color: 3421985.

HSL color Cylindrical-coordinate representation of color #213734: hue angle of 171.82º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213734 is Cyan = 0.4, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB335552-
CMYK0.400.050.78
HSL171.82º25%17.25%-
HSV(B)171.82º40%21.57%-
XYZ2.613.33.75-
YUV48.08130.21117.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=23.57%
G=39.29%
B=37.14%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3355520.400.050.78171.822517.25
Hex21373428054Eac1911
Octal41676450051162543121
Binary10000111011111010010100001011001110101011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213734; }

 p { color: rgb(33,55,52); }

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

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

 a { background-color: rgb(33,55,52); }

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

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

 span { border-color: rgb(33,55,52); }

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