Html Css Color HEX #253A36 Aztec

📋 copy color: '#253A36'

red 37 ◦ green 58 ◦ blue 54

#253A36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aztec #253A36

Tints of Aztec #253A36

RGB

 RED value IS 37 (14.84% from 255) = 24.83%

 GREEN value IS 58 (23.05% from 255) = 38.93%

 BLUE value IS 54 (21.48% from 255) = 36.24%

R = 24.83%
G = 38.93%
B = 36.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.77

RGB Variations

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

Color information

#253A36 (or 0x253A36) is known color: Aztec. HEX triplet: 25, 3A and 36. RGB value is (37,58,54). Sum of RGB (Red+Green+Blue) = 37+58+54=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 58 - color contains mainly: green. Hex color #253A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A36 is #DAC5C9. Grayscale: #333333. Windows color (decimal): -14337482 or 3553829. OLE color: 3553829.

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

Color convert

RGB 37 58 54 -
CMYK 0.36 0 0.07 0.77
HSL 168.57º 0.22% 0.19% -
HSV(B) 168.57º 0.36% 0.23% -
XYZ 2.94 3.69 4.05 -
YUV 51.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 37 58 54 0.36 0 0.07 0.77 168.57 0.22 0.19
Hex 25 3A 36 24 0 7 4D A9 16 13
Octal 45 72 66 44 0 7 115 251 26 23
Binary 100101 111010 110110 100100 0 111 1001101 10101001 10110 10011

Color Harmonies of #253A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A36

Black with #253A36

Text Example


Text Example

White with #253A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #253A36;
 }
 .AnyTagClassName
 {
   color: #253A36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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