#3A2544

Color #3A2544 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #3A2544

Tints of Jagger #3A2544

Color information

#3A2544 (or 0x3A2544) is unknown color: approx Jagger. HEX triplet: 3A, 25 and 44. RGB value is (58,37,68). Sum of RGB (Red+Green+Blue) = 58+37+68=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 68 - color contains mainly: blue. Hex color #3A2544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2544 is #C5DABB. Grayscale: #2E2E2E. Windows color (decimal): -12966588 or 4465978. OLE color: 4465978.

HSL color Cylindrical-coordinate representation of color #3A2544: hue angle of 280.65º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A2544 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB583768-
CMYK0.150.4600.73
HSL280.65º29.52%20.59%-
HSV(B)280.65º45.59%26.67%-
XYZ3.452.645.8-
YUV46.81139.96135.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.58%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 68 (26.95% from 255) = 41.72%
R=35.58%
G=22.70%
B=41.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5837680.150.4600.73280.6529.5220.59
Hex3A2544F2E0491191e15
Octal7245104175601114313625
Binary11101010010110001001111101110010010011000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2544; }

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

 H1.HeaderClassName
 {
   color: #3A2544;
 }
 .AnyTagClassName
 {
   color: #3A2544;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #3A2544;
 }
 .BgClassName
 {
   background-color: #3A2544;
 }
</style>
border-color css

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

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

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