#253734

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

Shades of Aztec #253734

Tints of Aztec #253734

Color information

#253734 (or 0x253734) is unknown color: approx Aztec. HEX triplet: 25, 37 and 34. RGB value is (37,55,52). Sum of RGB (Red+Green+Blue) = 37+55+52=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 55 - color contains mainly: green. Hex color #253734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253734 is #DAC8CB. Grayscale: #313131. Windows color (decimal): -14338252 or 3421989. OLE color: 3421989.

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

Color convert

RGB375552-
CMYK0.3300.050.78
HSL170º19.57%18.04%-
HSV(B)170º32.73%21.57%-
XYZ2.753.373.76-
YUV49.28129.54119.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=25.69%
G=38.19%
B=36.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3755520.3300.050.7817019.5718.04
Hex25373421054Eaa1412
Octal45676441051162522422
Binary10010111011111010010000101011001110101010101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253734; }

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

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

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

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

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

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

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

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