#213A38

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

Shades of Aztec #213A38

Tints of Aztec #213A38

Color information

#213A38 (or 0x213A38) is unknown color: approx Aztec. HEX triplet: 21, 3A and 38. RGB value is (33,58,56). Sum of RGB (Red+Green+Blue) = 33+58+56=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #213A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A38 is #DEC5C7. Grayscale: #323232. Windows color (decimal): -14599624 or 3684897. OLE color: 3684897.

HSL color Cylindrical-coordinate representation of color #213A38: hue angle of 175.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #213A38 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB335856-
CMYK0.4300.030.77
HSL175.2º27.47%17.84%-
HSV(B)175.2º43.1%22.75%-
XYZ2.853.634.29-
YUV50.3131.22115.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=22.45%
G=39.46%
B=38.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3358560.4300.030.77175.227.4717.84
Hex213A382B034Daf1b12
Octal41727053031152573322
Binary1000011110101110001010110111001101101011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213A38; }

 p { color: rgb(33,58,56); }

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

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

 a { background-color: rgb(33,58,56); }

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

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

 span { border-color: rgb(33,58,56); }

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