Html Css Color HEX #253B36 Aztec

📋 copy color: '#253B36'

red 37 ◦ green 59 ◦ blue 54

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

Shades of Aztec #253B36

Tints of Aztec #253B36

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 value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.77

RGB Variations

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

Color information

#253B36 (or 0x253B36) is known color: 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

RGB 37 59 54 -
CMYK 0.37 0 0.08 0.77
HSL 166.36º 0.23% 0.19% -
HSV(B) 166.36º 0.37% 0.23% -
XYZ 2.99 3.79 4.06 -
YUV 51.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 37 59 54 0.37 0 0.08 0.77 166.36 0.23 0.19
Hex 25 3B 36 25 0 8 4D A6 17 13
Octal 45 73 66 45 0 10 115 246 27 23
Binary 100101 111011 110110 100101 0 1000 1001101 10100110 10111 10011

Color Harmonies of #253B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B36

Black with #253B36

Text Example


Text Example

White with #253B36

Text Example


Text Example

HTML Codes & Css Web 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>