Html Css Color HEX #253C36 Aztec

📋 copy color: '#253C36'

red 37 ◦ green 60 ◦ blue 54

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

Shades of Aztec #253C36

Tints of Aztec #253C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.74%

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

R = 24.5%
G = 39.74%
B = 35.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#253C36 (or 0x253C36) is known color: Aztec. HEX triplet: 25, 3C and 36. RGB value is (37,60,54). Sum of RGB (Red+Green+Blue) = 37+60+54=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 60 - color contains mainly: green. Hex color #253C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C36 is #DAC3C9. Grayscale: #343434. Windows color (decimal): -14336970 or 3554341. OLE color: 3554341.

HSL color Cylindrical-coordinate representation of color #253C36: hue angle of 164.35º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #253C36 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 60 54 -
CMYK 0.38 0 0.10 0.76
HSL 164.35º 0.24% 0.19% -
HSV(B) 164.35º 0.38% 0.24% -
XYZ 3.04 3.89 4.08 -
YUV 52.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 37 60 54 0.38 0 0.10 0.76 164.35 0.24 0.19
Hex 25 3C 36 26 0 A 4C A4 18 13
Octal 45 74 66 46 0 12 114 244 30 23
Binary 100101 111100 110110 100110 0 1010 1001100 10100100 11000 10011

Color Harmonies of #253C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C36

Black with #253C36

Text Example


Text Example

White with #253C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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