#253B38

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

Shades of Aztec #253B38

Tints of Aztec #253B38

Color information

#253B38 (or 0x253B38) is unknown color: approx Aztec. HEX triplet: 25, 3B and 38. RGB value is (37,59,56). Sum of RGB (Red+Green+Blue) = 37+59+56=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 59 - color contains mainly: green. Hex color #253B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B38 is #DAC4C7. Grayscale: #343434. Windows color (decimal): -14337224 or 3685157. OLE color: 3685157.

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

Color convert

RGB375956-
CMYK0.3700.050.77
HSL171.82º22.92%18.82%-
HSV(B)171.82º37.29%23.14%-
XYZ3.043.814.32-
YUV52.08130.21117.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=24.34%
G=38.82%
B=36.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3759560.3700.050.77171.8222.9218.82
Hex253B3825054Dac1713
Octal45737045051152542723
Binary10010111101111100010010101011001101101011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,59,56); }

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

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

 a { background-color: rgb(37,59,56); }

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

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

 span { border-color: rgb(37,59,56); }

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