Html Css Color HEX #203A35 Aztec

📋 copy color: '#203A35'

red 32 ◦ green 58 ◦ blue 53

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

Shades of Aztec #203A35

Tints of Aztec #203A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.56%

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

R = 22.38%
G = 40.56%
B = 37.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.77

RGB Variations

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

Color information

#203A35 (or 0x203A35) is known color: Aztec. HEX triplet: 20, 3A and 35. RGB value is (32,58,53). Sum of RGB (Red+Green+Blue) = 32+58+53=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 58 - color contains mainly: green. Hex color #203A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A35 is #DFC5CA. Grayscale: #313131. Windows color (decimal): -14665163 or 3488288. OLE color: 3488288.

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

Color convert

RGB 32 58 53 -
CMYK 0.45 0 0.09 0.77
HSL 168.46º 0.29% 0.18% -
HSV(B) 168.46º 0.45% 0.23% -
XYZ 2.75 3.59 3.92 -
YUV 49.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 32 58 53 0.45 0 0.09 0.77 168.46 0.29 0.18
Hex 20 3A 35 2D 0 9 4D A8 1D 12
Octal 40 72 65 55 0 11 115 250 35 22
Binary 100000 111010 110101 101101 0 1001 1001101 10101000 11101 10010

Color Harmonies of #203A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203A35

Black with #203A35

Text Example


Text Example

White with #203A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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