#223C35

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

Shades of Aztec #223C35

Tints of Aztec #223C35

Color information

#223C35 (or 0x223C35) is unknown color: approx Aztec. HEX triplet: 22, 3C and 35. RGB value is (34,60,53). Sum of RGB (Red+Green+Blue) = 34+60+53=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 60 - color contains mainly: green. Hex color #223C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C35 is #DDC3CA. Grayscale: #333333. Windows color (decimal): -14533579 or 3488802. OLE color: 3488802.

HSL color Cylindrical-coordinate representation of color #223C35: hue angle of 163.85º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #223C35 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.

Color convert

RGB346053-
CMYK0.4300.120.76
HSL163.85º27.66%18.43%-
HSV(B)163.85º43.33%23.53%-
XYZ2.923.833.95-
YUV51.43128.89115.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 60 (23.83% from 255) = 40.82%
BLUE value IS 53 (21.09% from 255) = 36.05%
R=23.13%
G=40.82%
B=36.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3460530.4300.120.76163.8527.6618.43
Hex223C352B0C4Ca41c12
Octal427465530141142443422
Binary100010111100110101101011011001001100101001001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,60,53); }

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

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

 a { background-color: rgb(34,60,53); }

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

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

 span { border-color: rgb(34,60,53); }

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