Html Css Color HEX #213A35 Aztec

📋 copy color: '#213A35'

red 33 ◦ green 58 ◦ blue 53

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

Shades of Aztec #213A35

Tints of Aztec #213A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 36.81%

R = 22.92%
G = 40.28%
B = 36.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.77

RGB Variations

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

Color information

#213A35 (or 0x213A35) is known color: Aztec. HEX triplet: 21, 3A and 35. RGB value is (33,58,53). Sum of RGB (Red+Green+Blue) = 33+58+53=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 58 - color contains mainly: green. Hex color #213A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A35 is #DEC5CA. Grayscale: #313131. Windows color (decimal): -14599627 or 3488289. OLE color: 3488289.

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

Color convert

RGB 33 58 53 -
CMYK 0.43 0 0.09 0.77
HSL 168º 0.27% 0.18% -
HSV(B) 168º 0.43% 0.23% -
XYZ 2.78 3.61 3.92 -
YUV 49.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 33 58 53 0.43 0 0.09 0.77 168 0.27 0.18
Hex 21 3A 35 2B 0 9 4D A8 1B 12
Octal 41 72 65 53 0 11 115 250 33 22
Binary 100001 111010 110101 101011 0 1001 1001101 10101000 11011 10010

Color Harmonies of #213A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A35

Black with #213A35

Text Example


Text Example

White with #213A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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