Shades of Jacarta #3B2B63
Tints of Jacarta #3B2B63
RGB
CMYK
RGB Variations
Color information
#3B2B63 (or 0x3B2B63) is known color: Jacarta. HEX triplet: 3B, 2B and 63. RGB value is (59,43,99). Sum of RGB (Red+Green+Blue) = 59+43+99=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B2B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2B63 is #C4D49C. Grayscale: #353535. Windows color (decimal): -12899485 or 6499131. OLE color: 6499131.
HSL color Cylindrical-coordinate representation of color #3B2B63: hue angle of 257.14º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B2B63 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 43 | 99 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.61 |
| HSL | 257.14º | 0.39% | 0.28% | - |
| HSV(B) | 257.14º | 0.57% | 0.39% | - |
| XYZ | 4.92 | 3.56 | 12.23 | - |
| YUV | 54.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 99 | 0.40 | 0.57 | 0 | 0.61 | 257.14 | 0.39 | 0.28 |
| Hex | 3B | 2B | 63 | 28 | 39 | 0 | 3D | 101 | 27 | 1C |
| Octal | 73 | 53 | 143 | 50 | 71 | 0 | 75 | 401 | 47 | 34 |
| Binary | 111011 | 101011 | 1100011 | 101000 | 111001 | 0 | 111101 | 100000001 | 100111 | 11100 |
Color Harmonies of #3B2B63
Complementary color
Monochromatic Colors of #3B2B63
Black with #3B2B63
Text Example
Text Example
White with #3B2B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B63; }
p { color: rgb(59,43,99); }
H1.HeaderClassName
{
color: #3B2B63;
}
.AnyTagClassName
{
color: #3B2B63;
}
</style>
background-color css
<style>
a { background-color: #3B2B63; }
a { background-color: rgb(59,43,99); }
div.DivClassName
{
background-color: #3B2B63;
}
.BgClassName
{
background-color: #3B2B63;
}
</style>
border-color css
<style>
span { border-color: #3B2B63; }
span { border-color: rgb(59,43,99); }
td.TdClassName
{
border-color: #3B2B63;
}
.TagClassName
{
border-color: #3B2B63;
}
</style>