Html Css Color HEX #203B35 Aztec

📋 copy color: '#203B35'

red 32 ◦ green 59 ◦ blue 53

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

Shades of Aztec #203B35

Tints of Aztec #203B35

RGB

 RED value IS 32 (12.89% from 255) = 22.22%

 GREEN value IS 59 (23.44% from 255) = 40.97%

 BLUE value IS 53 (21.09% from 255) = 36.81%

R = 22.22%
G = 40.97%
B = 36.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#203B35 (or 0x203B35) is known color: Aztec. HEX triplet: 20, 3B and 35. RGB value is (32,59,53). Sum of RGB (Red+Green+Blue) = 32+59+53=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 59 - color contains mainly: green. Hex color #203B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B35 is #DFC4CA. Grayscale: #323232. Windows color (decimal): -14664907 or 3488544. OLE color: 3488544.

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

Color convert

RGB 32 59 53 -
CMYK 0.46 0 0.10 0.77
HSL 166.67º 0.3% 0.18% -
HSV(B) 166.67º 0.46% 0.23% -
XYZ 2.8 3.69 3.93 -
YUV 50.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 32 59 53 0.46 0 0.10 0.77 166.67 0.3 0.18
Hex 20 3B 35 2E 0 A 4D A7 1E 12
Octal 40 73 65 56 0 12 115 247 36 22
Binary 100000 111011 110101 101110 0 1010 1001101 10100111 11110 10010

Color Harmonies of #203B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203B35

Black with #203B35

Text Example


Text Example

White with #203B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #203B35;
 }
 .AnyTagClassName
 {
   color: #203B35;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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