#223A34

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

Shades of Aztec #223A34

Tints of Aztec #223A34

Color information

#223A34 (or 0x223A34) is unknown color: approx Aztec. HEX triplet: 22, 3A and 34. RGB value is (34,58,52). Sum of RGB (Red+Green+Blue) = 34+58+52=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 58 - color contains mainly: green. Hex color #223A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A34 is #DDC5CB. Grayscale: #323232. Windows color (decimal): -14534092 or 3422754. OLE color: 3422754.

HSL color Cylindrical-coordinate representation of color #223A34: hue angle of 165º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #223A34 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB345852-
CMYK0.4100.100.77
HSL165º26.09%18.04%-
HSV(B)165º41.38%22.75%-
XYZ2.793.613.8-
YUV50.14129.05116.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=23.61%
G=40.28%
B=36.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3458520.4100.100.7716526.0918.04
Hex223A34290A4Da51a12
Octal427264510121152453222
Binary100010111010110100101001010101001101101001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223A34; }

 p { color: rgb(34,58,52); }

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

<style>
 a { background-color: #223A34; }

 a { background-color: rgb(34,58,52); }

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

<style>
 span { border-color: #223A34; }

 span { border-color: rgb(34,58,52); }

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