#213B38

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

Shades of Aztec #213B38

Tints of Aztec #213B38

Color information

#213B38 (or 0x213B38) is unknown color: approx Aztec. HEX triplet: 21, 3B and 38. RGB value is (33,59,56). Sum of RGB (Red+Green+Blue) = 33+59+56=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 59 - color contains mainly: green. Hex color #213B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B38 is #DEC4C7. Grayscale: #323232. Windows color (decimal): -14599368 or 3685153. OLE color: 3685153.

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

Color convert

RGB335956-
CMYK0.4400.050.77
HSL173.08º28.26%18.04%-
HSV(B)173.08º44.07%23.14%-
XYZ2.93.744.31-
YUV50.88130.89115.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=22.30%
G=39.86%
B=37.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3359560.4400.050.77173.0828.2618.04
Hex213B382C054Dad1c12
Octal41737054051152553422
Binary10000111101111100010110001011001101101011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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