#263734

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

Shades of Aztec #263734

Tints of Aztec #263734

Color information

#263734 (or 0x263734) is unknown color: approx Aztec. HEX triplet: 26, 37 and 34. RGB value is (38,55,52). Sum of RGB (Red+Green+Blue) = 38+55+52=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 55 - color contains mainly: green. Hex color #263734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263734 is #D9C8CB. Grayscale: #313131. Windows color (decimal): -14272716 or 3421990. OLE color: 3421990.

HSL color Cylindrical-coordinate representation of color #263734: hue angle of 169.41º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #263734 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB385552-
CMYK0.3100.050.78
HSL169.41º18.28%18.24%-
HSV(B)169.41º30.91%21.57%-
XYZ2.793.393.76-
YUV49.58129.37119.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=26.21%
G=37.93%
B=35.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3855520.3100.050.78169.4118.2818.24
Hex2637341F054Ea91212
Octal46676437051162512222
Binary1001101101111101001111101011001110101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263734; }

 p { color: rgb(38,55,52); }

 H1.HeaderClassName
 {
   color: #263734;
 }
 .AnyTagClassName
 {
   color: #263734;
 }
</style>
background-color css

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

 a { background-color: rgb(38,55,52); }

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

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

 span { border-color: rgb(38,55,52); }

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