Html Css Color HEX #213B36 Aztec

📋 copy color: '#213B36'

red 33 ◦ green 59 ◦ blue 54

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

Shades of Aztec #213B36

Tints of Aztec #213B36

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.41%

 BLUE value IS 54 (21.48% from 255) = 36.99%

R = 22.6%
G = 40.41%
B = 36.99%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.77

RGB Variations

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

Color information

#213B36 (or 0x213B36) is known color: Aztec. HEX triplet: 21, 3B and 36. RGB value is (33,59,54). Sum of RGB (Red+Green+Blue) = 33+59+54=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 59 - color contains mainly: green. Hex color #213B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B36 is #DEC4C9. Grayscale: #323232. Windows color (decimal): -14599370 or 3554081. OLE color: 3554081.

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

Color convert

RGB 33 59 54 -
CMYK 0.44 0 0.08 0.77
HSL 168.46º 0.28% 0.18% -
HSV(B) 168.46º 0.44% 0.23% -
XYZ 2.86 3.72 4.06 -
YUV 50.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 33 59 54 0.44 0 0.08 0.77 168.46 0.28 0.18
Hex 21 3B 36 2C 0 8 4D A8 1C 12
Octal 41 73 66 54 0 10 115 250 34 22
Binary 100001 111011 110110 101100 0 1000 1001101 10101000 11100 10010

Color Harmonies of #213B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B36

Black with #213B36

Text Example


Text Example

White with #213B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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