#253B36

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

Shades of Aztec #253B36

Tints of Aztec #253B36

Color information

#253B36 (or 0x253B36) is unknown color: approx Aztec. HEX triplet: 25, 3B and 36. RGB value is (37,59,54). Sum of RGB (Red+Green+Blue) = 37+59+54=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 59 - color contains mainly: green. Hex color #253B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B36 is #DAC4C9. Grayscale: #333333. Windows color (decimal): -14337226 or 3554085. OLE color: 3554085.

HSL color Cylindrical-coordinate representation of color #253B36: hue angle of 166.36º 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 #253B36 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.

Color convert

RGB375954-
CMYK0.3700.080.77
HSL166.36º22.92%18.82%-
HSV(B)166.36º37.29%23.14%-
XYZ2.993.794.06-
YUV51.85129.21117.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 59 (23.44% from 255) = 39.33%
BLUE value IS 54 (21.48% from 255) = 36%
R=24.67%
G=39.33%
B=36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3759540.3700.080.77166.3622.9218.82
Hex253B3625084Da61713
Octal457366450101152462723
Binary100101111011110110100101010001001101101001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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