#213B34

Color #213B34 Aztec (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aztec #213B34

Tints of Aztec #213B34

Color information

#213B34 (or 0x213B34) is unknown color: approx Aztec. HEX triplet: 21, 3B and 34. RGB value is (33,59,52). Sum of RGB (Red+Green+Blue) = 33+59+52=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 59 - color contains mainly: green. Hex color #213B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B34 is #DEC4CB. Grayscale: #323232. Windows color (decimal): -14599372 or 3423009. OLE color: 3423009.

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

Color convert

RGB335952-
CMYK0.4400.120.77
HSL163.85º28.26%18.04%-
HSV(B)163.85º44.07%23.14%-
XYZ2.813.73.81-
YUV50.43128.89115.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 59 (23.44% from 255) = 40.97%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=22.92%
G=40.97%
B=36.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3359520.4400.120.77163.8528.2618.04
Hex213B342C0C4Da41c12
Octal417364540141152443422
Binary100001111011110100101100011001001101101001001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #213B34;
 }
 .AnyTagClassName
 {
   color: #213B34;
 }
</style>
background-color css

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

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

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

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

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

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