Shades of Jacarta #3A355B
Tints of Jacarta #3A355B
RGB
CMYK
RGB Variations
Color information
#3A355B (or 0x3A355B) is known color: Jacarta. HEX triplet: 3A, 35 and 5B. RGB value is (58,53,91). Sum of RGB (Red+Green+Blue) = 58+53+91=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A355B is #C5CAA4. Grayscale: #3A3A3A. Windows color (decimal): -12962469 or 5977402. OLE color: 5977402.
HSL color Cylindrical-coordinate representation of color #3A355B: hue angle of 247.89º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A355B is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 53 | 91 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.64 |
| HSL | 247.89º | 0.26% | 0.28% | - |
| HSV(B) | 247.89º | 0.42% | 0.36% | - |
| XYZ | 4.91 | 4.2 | 10.45 | - |
| YUV | 58.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 91 | 0.36 | 0.42 | 0 | 0.64 | 247.89 | 0.26 | 0.28 |
| Hex | 3A | 35 | 5B | 24 | 2A | 0 | 40 | F8 | 1A | 1C |
| Octal | 72 | 65 | 133 | 44 | 52 | 0 | 100 | 370 | 32 | 34 |
| Binary | 111010 | 110101 | 1011011 | 100100 | 101010 | 0 | 1000000 | 11111000 | 11010 | 11100 |
Color Harmonies of #3A355B
Complementary color
Monochromatic Colors of #3A355B
Black with #3A355B
Text Example
Text Example
White with #3A355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A355B; }
p { color: rgb(58,53,91); }
H1.HeaderClassName
{
color: #3A355B;
}
.AnyTagClassName
{
color: #3A355B;
}
</style>
background-color css
<style>
a { background-color: #3A355B; }
a { background-color: rgb(58,53,91); }
div.DivClassName
{
background-color: #3A355B;
}
.BgClassName
{
background-color: #3A355B;
}
</style>
border-color css
<style>
span { border-color: #3A355B; }
span { border-color: rgb(58,53,91); }
td.TdClassName
{
border-color: #3A355B;
}
.TagClassName
{
border-color: #3A355B;
}
</style>