Html Css Color HEX #253734 Aztec

📋 copy color: '#253734'

red 37 ◦ green 55 ◦ blue 52

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

Shades of Aztec #253734

Tints of Aztec #253734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.19%

 BLUE value IS 52 (20.7% from 255) = 36.11%

R = 25.69%
G = 38.19%
B = 36.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#253734 (or 0x253734) is known color: Aztec. HEX triplet: 25, 37 and 34. RGB value is (37,55,52). Sum of RGB (Red+Green+Blue) = 37+55+52=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 55 - color contains mainly: green. Hex color #253734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253734 is #DAC8CB. Grayscale: #313131. Windows color (decimal): -14338252 or 3421989. OLE color: 3421989.

HSL color Cylindrical-coordinate representation of color #253734: hue angle of 170º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #253734 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 55 52 -
CMYK 0.33 0 0.05 0.78
HSL 170º 0.2% 0.18% -
HSV(B) 170º 0.33% 0.22% -
XYZ 2.75 3.37 3.76 -
YUV 49.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 37 55 52 0.33 0 0.05 0.78 170 0.2 0.18
Hex 25 37 34 21 0 5 4E AA 14 12
Octal 45 67 64 41 0 5 116 252 24 22
Binary 100101 110111 110100 100001 0 101 1001110 10101010 10100 10010

Color Harmonies of #253734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253734

Black with #253734

Text Example


Text Example

White with #253734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253734; }

 p { color: rgb(37,55,52); }

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

background-color css

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

 a { background-color: rgb(37,55,52); }

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

border-color css

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

 span { border-color: rgb(37,55,52); }

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