#253A35

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

Shades of Aztec #253A35

Tints of Aztec #253A35

Color information

#253A35 (or 0x253A35) is unknown color: approx Aztec. HEX triplet: 25, 3A and 35. RGB value is (37,58,53). Sum of RGB (Red+Green+Blue) = 37+58+53=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 58 - color contains mainly: green. Hex color #253A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A35 is #DAC5CA. Grayscale: #333333. Windows color (decimal): -14337483 or 3488293. OLE color: 3488293.

HSL color Cylindrical-coordinate representation of color #253A35: hue angle of 165.71º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #253A35 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB375853-
CMYK0.3600.090.77
HSL165.71º22.11%18.63%-
HSV(B)165.71º36.21%22.75%-
XYZ2.923.683.92-
YUV51.15129.04117.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 58 (23.05% from 255) = 39.19%
BLUE value IS 53 (21.09% from 255) = 35.81%
R=25%
G=39.19%
B=35.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3758530.3600.090.77165.7122.1118.63
Hex253A3524094Da61613
Octal457265440111152462623
Binary100101111010110101100100010011001101101001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253A35; }

 p { color: rgb(37,58,53); }

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

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

 a { background-color: rgb(37,58,53); }

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

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

 span { border-color: rgb(37,58,53); }

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