Html Css Color HEX #203C35 Aztec

📋 copy color: '#203C35'

red 32 ◦ green 60 ◦ blue 53

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

Shades of Aztec #203C35

Tints of Aztec #203C35

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 value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.76

RGB Variations

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

Color information

#203C35 (or 0x203C35) is known color: 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

RGB 32 60 53 -
CMYK 0.47 0 0.12 0.76
HSL 165º 0.3% 0.18% -
HSV(B) 165º 0.47% 0.24% -
XYZ 2.85 3.8 3.95 -
YUV 50.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 32 60 53 0.47 0 0.12 0.76 165 0.3 0.18
Hex 20 3C 35 2F 0 C 4C A5 1E 12
Octal 40 74 65 57 0 14 114 245 36 22
Binary 100000 111100 110101 101111 0 1100 1001100 10100101 11110 10010

Color Harmonies of #203C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C35

Black with #203C35

Text Example


Text Example

White with #203C35

Text Example


Text Example

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