#203C35

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

Shades of Aztec #203C35

Tints of Aztec #203C35

Color information

#203C35 (or 0x203C35) is unknown color: approx Aztec. HEX triplet: 20, 3C and 35. RGB value is (32,60,53). Sum of RGB (Red+Green+Blue) = 32+60+53=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 60 - color contains mainly: green. Hex color #203C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C35 is #DFC3CA. Grayscale: #323232. Windows color (decimal): -14664651 or 3488800. OLE color: 3488800.

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

Color convert

RGB326053-
CMYK0.4700.120.76
HSL165º30.43%18.04%-
HSV(B)165º46.67%23.53%-
XYZ2.853.83.95-
YUV50.83129.22114.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 60 (23.83% from 255) = 41.38%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=22.07%
G=41.38%
B=36.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3260530.4700.120.7616530.4318.04
Hex203C352F0C4Ca51e12
Octal407465570141142453622
Binary100000111100110101101111011001001100101001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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