#3B2C4E

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

Shades of Jagger #3B2C4E

Tints of Jagger #3B2C4E

Color information

#3B2C4E (or 0x3B2C4E) is unknown color: approx Jagger. HEX triplet: 3B, 2C and 4E. RGB value is (59,44,78). Sum of RGB (Red+Green+Blue) = 59+44+78=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B2C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2C4E is #C4D3B1. Grayscale: #343434. Windows color (decimal): -12899250 or 5123131. OLE color: 5123131.

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

Color convert

RGB594478-
CMYK0.240.4400.69
HSL266.47º27.87%23.92%-
HSV(B)266.47º43.59%30.59%-
XYZ4.083.287.63-
YUV52.36142.47132.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.60%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=32.60%
G=24.31%
B=43.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5944780.240.4400.69266.4727.8723.92
Hex3B2C4E182C04510a1c18
Octal7354116305401054123430
Binary111011101100100111011000101100010001011000010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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