Html Css Color HEX #223533 Aztec

📋 copy color: '#223533'

red 34 ◦ green 53 ◦ blue 51

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

Shades of Aztec #223533

Tints of Aztec #223533

RGB

 RED value IS 34 (13.67% from 255) = 24.64%

 GREEN value IS 53 (21.09% from 255) = 38.41%

 BLUE value IS 51 (20.31% from 255) = 36.96%

R = 24.64%
G = 38.41%
B = 36.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#223533 (or 0x223533) is known color: Aztec. HEX triplet: 22, 35 and 33. RGB value is (34,53,51). Sum of RGB (Red+Green+Blue) = 34+53+51=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 53 - color contains mainly: green. Hex color #223533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223533 is #DDCACC. Grayscale: #2F2F2F. Windows color (decimal): -14535373 or 3355938. OLE color: 3355938.

HSL color Cylindrical-coordinate representation of color #223533: hue angle of 173.68º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #223533 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 34 53 51 -
CMYK 0.36 0 0.04 0.79
HSL 173.68º 0.22% 0.17% -
HSV(B) 173.68º 0.36% 0.21% -
XYZ 2.53 3.13 3.6 -
YUV 47.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 34 53 51 0.36 0 0.04 0.79 173.68 0.22 0.17
Hex 22 35 33 24 0 4 4F AE 16 11
Octal 42 65 63 44 0 4 117 256 26 21
Binary 100010 110101 110011 100100 0 100 1001111 10101110 10110 10001

Color Harmonies of #223533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223533

Black with #223533

Text Example


Text Example

White with #223533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223533; }

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

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

background-color css

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

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

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

border-color css

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

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

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