#3B2B5B

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

Shades of Jacarta #3B2B5B

Tints of Jacarta #3B2B5B

Color information

#3B2B5B (or 0x3B2B5B) is unknown color: approx Jacarta. HEX triplet: 3B, 2B and 5B. RGB value is (59,43,91). Sum of RGB (Red+Green+Blue) = 59+43+91=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B2B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2B5B is #C4D4A4. Grayscale: #353535. Windows color (decimal): -12899493 or 5974843. OLE color: 5974843.

HSL color Cylindrical-coordinate representation of color #3B2B5B: hue angle of 260º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B2B5B is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB594391-
CMYK0.350.5300.64
HSL260º35.82%26.27%-
HSV(B)260º52.75%35.69%-
XYZ4.563.4110.32-
YUV53.26149.3132.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.57%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=30.57%
G=22.28%
B=47.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5943910.350.5300.6426035.8226.27
Hex3B2B5B2335040104241a
Octal7353133436501004044432
Binary11101110101110110111000111101010100000010000010010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,43,91); }

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

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

 a { background-color: rgb(59,43,91); }

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

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

 span { border-color: rgb(59,43,91); }

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