Html Css Color HEX #213B38 Aztec

📋 copy color: '#213B38'

red 33 ◦ green 59 ◦ blue 56

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

Shades of Aztec #213B38

Tints of Aztec #213B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 37.84%

R = 22.3%
G = 39.86%
B = 37.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#213B38 (or 0x213B38) is known color: 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

RGB 33 59 56 -
CMYK 0.44 0 0.05 0.77
HSL 173.08º 0.28% 0.18% -
HSV(B) 173.08º 0.44% 0.23% -
XYZ 2.9 3.74 4.31 -
YUV 50.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 33 59 56 0.44 0 0.05 0.77 173.08 0.28 0.18
Hex 21 3B 38 2C 0 5 4D AD 1C 12
Octal 41 73 70 54 0 5 115 255 34 22
Binary 100001 111011 111000 101100 0 101 1001101 10101101 11100 10010

Color Harmonies of #213B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B38

Black with #213B38

Text Example


Text Example

White with #213B38

Text Example


Text Example

HTML Codes & Css Web 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>