Html Css Color HEX #213A33 Aztec

📋 copy color: '#213A33'

red 33 ◦ green 58 ◦ blue 51

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

Shades of Aztec #213A33

Tints of Aztec #213A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 35.92%

R = 23.24%
G = 40.85%
B = 35.92%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#213A33 (or 0x213A33) is known color: Aztec. HEX triplet: 21, 3A and 33. RGB value is (33,58,51). Sum of RGB (Red+Green+Blue) = 33+58+51=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 58 - color contains mainly: green. Hex color #213A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A33 is #DEC5CC. Grayscale: #313131. Windows color (decimal): -14599629 or 3357217. OLE color: 3357217.

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

Color convert

RGB 33 58 51 -
CMYK 0.43 0 0.12 0.77
HSL 163.2º 0.27% 0.18% -
HSV(B) 163.2º 0.43% 0.23% -
XYZ 2.74 3.59 3.68 -
YUV 49.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 33 58 51 0.43 0 0.12 0.77 163.2 0.27 0.18
Hex 21 3A 33 2B 0 C 4D A3 1B 12
Octal 41 72 63 53 0 14 115 243 33 22
Binary 100001 111010 110011 101011 0 1100 1001101 10100011 11011 10010

Color Harmonies of #213A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A33

Black with #213A33

Text Example


Text Example

White with #213A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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