#3A294E

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

Shades of Jagger #3A294E

Tints of Jagger #3A294E

Color information

#3A294E (or 0x3A294E) is unknown color: approx Jagger. HEX triplet: 3A, 29 and 4E. RGB value is (58,41,78). Sum of RGB (Red+Green+Blue) = 58+41+78=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A294E is #C5D6B1. Grayscale: #323232. Windows color (decimal): -12965554 or 5122362. OLE color: 5122362.

HSL color Cylindrical-coordinate representation of color #3A294E: hue angle of 267.57º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A294E is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB584178-
CMYK0.260.4700.69
HSL267.57º31.09%23.33%-
HSV(B)267.57º47.44%30.59%-
XYZ3.913.047.59-
YUV50.3143.63133.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.77%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=32.77%
G=23.16%
B=44.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5841780.260.4700.69267.5731.0923.33
Hex3A294E1A2F04510c1f17
Octal7251116325701054143727
Binary111010101001100111011010101111010001011000011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,41,78); }

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

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

 a { background-color: rgb(58,41,78); }

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

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

 span { border-color: rgb(58,41,78); }

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