#3B224E

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

Shades of Jagger #3B224E

Tints of Jagger #3B224E

Color information

#3B224E (or 0x3B224E) is unknown color: approx Jagger. HEX triplet: 3B, 22 and 4E. RGB value is (59,34,78). Sum of RGB (Red+Green+Blue) = 59+34+78=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B224E is #C4DDB1. Grayscale: #2E2E2E. Windows color (decimal): -12901810 or 5120571. OLE color: 5120571.

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

Color convert

RGB593478-
CMYK0.240.5600.69
HSL274.09º39.29%21.96%-
HSV(B)274.09º56.41%30.59%-
XYZ3.752.627.52-
YUV46.49145.78136.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=34.50%
G=19.88%
B=45.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5934780.240.5600.69274.0939.2921.96
Hex3B224E18380451122716
Octal7342116307001054224726
Binary1110111000101001110110001110000100010110001001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,34,78); }

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

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

 a { background-color: rgb(59,34,78); }

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

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

 span { border-color: rgb(59,34,78); }

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