#3A254A

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

Shades of Jagger #3A254A

Tints of Jagger #3A254A

Color information

#3A254A (or 0x3A254A) is unknown color: approx Jagger. HEX triplet: 3A, 25 and 4A. RGB value is (58,37,74). Sum of RGB (Red+Green+Blue) = 58+37+74=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A254A is #C5DAB5. Grayscale: #2F2F2F. Windows color (decimal): -12966582 or 4859194. OLE color: 4859194.

HSL color Cylindrical-coordinate representation of color #3A254A: hue angle of 274.05º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A254A is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB583774-
CMYK0.220.5000.71
HSL274.05º33.33%21.76%-
HSV(B)274.05º50%29.02%-
XYZ3.642.726.81-
YUV47.5142.96135.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.32%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=34.32%
G=21.89%
B=43.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5837740.220.5000.71274.0533.3321.76
Hex3A254A16320471122116
Octal7245112266201074224126
Binary1110101001011001010101101100100100011110001001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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