Html Css Color HEX #213A34 Aztec

📋 copy color: '#213A34'

red 33 ◦ green 58 ◦ blue 52

#213A34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aztec #213A34

Tints of Aztec #213A34

RGB

 RED value IS 33 (13.28% from 255) = 23.08%

 GREEN value IS 58 (23.05% from 255) = 40.56%

 BLUE value IS 52 (20.7% from 255) = 36.36%

R = 23.08%
G = 40.56%
B = 36.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#213A34 (or 0x213A34) is known color: Aztec. HEX triplet: 21, 3A and 34. RGB value is (33,58,52). Sum of RGB (Red+Green+Blue) = 33+58+52=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 58 - color contains mainly: green. Hex color #213A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A34 is #DEC5CB. Grayscale: #313131. Windows color (decimal): -14599628 or 3422753. OLE color: 3422753.

HSL color Cylindrical-coordinate representation of color #213A34: hue angle of 165.6º 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 #213A34 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB 33 58 52 -
CMYK 0.43 0 0.10 0.77
HSL 165.6º 0.27% 0.18% -
HSV(B) 165.6º 0.43% 0.23% -
XYZ 2.76 3.6 3.8 -
YUV 49.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 33 58 52 0.43 0 0.10 0.77 165.6 0.27 0.18
Hex 21 3A 34 2B 0 A 4D A6 1B 12
Octal 41 72 64 53 0 12 115 246 33 22
Binary 100001 111010 110100 101011 0 1010 1001101 10100110 11011 10010

Color Harmonies of #213A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A34

Black with #213A34

Text Example


Text Example

White with #213A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #213A34;
 }
 .AnyTagClassName
 {
   color: #213A34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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