#3A294F

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

Shades of Jagger #3A294F

Tints of Jagger #3A294F

Color information

#3A294F (or 0x3A294F) is unknown color: approx Jagger. HEX triplet: 3A, 29 and 4F. RGB value is (58,41,79). Sum of RGB (Red+Green+Blue) = 58+41+79=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A294F is #C5D6B0. Grayscale: #323232. Windows color (decimal): -12965553 or 5187898. OLE color: 5187898.

HSL color Cylindrical-coordinate representation of color #3A294F: hue angle of 266.84º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A294F is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB584179-
CMYK0.270.4800.69
HSL266.84º31.67%23.53%-
HSV(B)266.84º48.1%30.98%-
XYZ3.953.057.78-
YUV50.42144.13133.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.58%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 79 (31.25% from 255) = 44.38%
R=32.58%
G=23.03%
B=44.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5841790.270.4800.69266.8431.6723.53
Hex3A294F1B3004510b2018
Octal7251117336001054134030
Binary1110101010011001111110111100000100010110000101110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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