Html Css Color HEX #233C35 Aztec

📋 copy color: '#233C35'

red 35 ◦ green 60 ◦ blue 53

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

Shades of Aztec #233C35

Tints of Aztec #233C35

RGB

 RED value IS 35 (14.06% from 255) = 23.65%

 GREEN value IS 60 (23.83% from 255) = 40.54%

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

R = 23.65%
G = 40.54%
B = 35.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.76

RGB Variations

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

Color information

#233C35 (or 0x233C35) is known color: Aztec. HEX triplet: 23, 3C and 35. RGB value is (35,60,53). Sum of RGB (Red+Green+Blue) = 35+60+53=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 60 - color contains mainly: green. Hex color #233C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C35 is #DCC3CA. Grayscale: #333333. Windows color (decimal): -14468043 or 3488803. OLE color: 3488803.

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

Color convert

RGB 35 60 53 -
CMYK 0.42 0 0.12 0.76
HSL 163.2º 0.26% 0.19% -
HSV(B) 163.2º 0.42% 0.24% -
XYZ 2.95 3.85 3.95 -
YUV 51.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 35 60 53 0.42 0 0.12 0.76 163.2 0.26 0.19
Hex 23 3C 35 2A 0 C 4C A3 1A 13
Octal 43 74 65 52 0 14 114 243 32 23
Binary 100011 111100 110101 101010 0 1100 1001100 10100011 11010 10011

Color Harmonies of #233C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233C35

Black with #233C35

Text Example


Text Example

White with #233C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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