Shades of Jacarta #3B335A
Tints of Jacarta #3B335A
RGB
CMYK
RGB Variations
Color information
#3B335A (or 0x3B335A) is known color: Jacarta. HEX triplet: 3B, 33 and 5A. RGB value is (59,51,90). Sum of RGB (Red+Green+Blue) = 59+51+90=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B335A is #C4CCA5. Grayscale: #393939. Windows color (decimal): -12897446 or 5911355. OLE color: 5911355.
HSL color Cylindrical-coordinate representation of color #3B335A: hue angle of 252.31º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B335A is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 51 | 90 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.65 |
| HSL | 252.31º | 0.28% | 0.28% | - |
| HSV(B) | 252.31º | 0.43% | 0.35% | - |
| XYZ | 4.83 | 4.04 | 10.2 | - |
| YUV | 57.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 90 | 0.34 | 0.43 | 0 | 0.65 | 252.31 | 0.28 | 0.28 |
| Hex | 3B | 33 | 5A | 22 | 2B | 0 | 41 | FC | 1C | 1C |
| Octal | 73 | 63 | 132 | 42 | 53 | 0 | 101 | 374 | 34 | 34 |
| Binary | 111011 | 110011 | 1011010 | 100010 | 101011 | 0 | 1000001 | 11111100 | 11100 | 11100 |
Color Harmonies of #3B335A
Complementary color
Monochromatic Colors of #3B335A
Black with #3B335A
Text Example
Text Example
White with #3B335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B335A; }
p { color: rgb(59,51,90); }
H1.HeaderClassName
{
color: #3B335A;
}
.AnyTagClassName
{
color: #3B335A;
}
</style>
background-color css
<style>
a { background-color: #3B335A; }
a { background-color: rgb(59,51,90); }
div.DivClassName
{
background-color: #3B335A;
}
.BgClassName
{
background-color: #3B335A;
}
</style>
border-color css
<style>
span { border-color: #3B335A; }
span { border-color: rgb(59,51,90); }
td.TdClassName
{
border-color: #3B335A;
}
.TagClassName
{
border-color: #3B335A;
}
</style>