Html Css Color HEX #283A36 Aztec

📋 copy color: '#283A36'

red 40 ◦ green 58 ◦ blue 54

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

Shades of Aztec #283A36

Tints of Aztec #283A36

RGB

 RED value IS 40 (16.02% from 255) = 26.32%

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

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

R = 26.32%
G = 38.16%
B = 35.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.77

RGB Variations

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

Color information

#283A36 (or 0x283A36) is known color: Aztec. HEX triplet: 28, 3A and 36. RGB value is (40,58,54). Sum of RGB (Red+Green+Blue) = 40+58+54=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 58 - color contains mainly: green. Hex color #283A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A36 is #D7C5C9. Grayscale: #343434. Windows color (decimal): -14140874 or 3553832. OLE color: 3553832.

HSL color Cylindrical-coordinate representation of color #283A36: hue angle of 166.67º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #283A36 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 58 54 -
CMYK 0.31 0 0.07 0.77
HSL 166.67º 0.18% 0.19% -
HSV(B) 166.67º 0.31% 0.23% -
XYZ 3.05 3.74 4.05 -
YUV 52.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 40 58 54 0.31 0 0.07 0.77 166.67 0.18 0.19
Hex 28 3A 36 1F 0 7 4D A7 12 13
Octal 50 72 66 37 0 7 115 247 22 23
Binary 101000 111010 110110 11111 0 111 1001101 10100111 10010 10011

Color Harmonies of #283A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A36

Black with #283A36

Text Example


Text Example

White with #283A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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