#233C35

Color #233C35 Aztec (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aztec #233C35

Tints of Aztec #233C35

Color information

#233C35 (or 0x233C35) is unknown color: approx 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

RGB356053-
CMYK0.4200.120.76
HSL163.2º26.32%18.63%-
HSV(B)163.2º41.67%23.53%-
XYZ2.953.853.95-
YUV51.73128.72116.07-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3560530.4200.120.76163.226.3218.63
Hex233C352A0C4Ca31a13
Octal437465520141142433223
Binary100011111100110101101010011001001100101000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>