Shades of Jacarta #3A355A
Tints of Jacarta #3A355A
RGB
CMYK
RGB Variations
Color information
#3A355A (or 0x3A355A) is known color: Jacarta. HEX triplet: 3A, 35 and 5A. RGB value is (58,53,90). Sum of RGB (Red+Green+Blue) = 58+53+90=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A355A is #C5CAA5. Grayscale: #3A3A3A. Windows color (decimal): -12962470 or 5911866. OLE color: 5911866.
HSL color Cylindrical-coordinate representation of color #3A355A: hue angle of 248.11º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A355A is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 53 | 90 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.65 |
| HSL | 248.11º | 0.26% | 0.28% | - |
| HSV(B) | 248.11º | 0.41% | 0.35% | - |
| XYZ | 4.86 | 4.18 | 10.22 | - |
| YUV | 58.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 90 | 0.36 | 0.41 | 0 | 0.65 | 248.11 | 0.26 | 0.28 |
| Hex | 3A | 35 | 5A | 24 | 29 | 0 | 41 | F8 | 1A | 1C |
| Octal | 72 | 65 | 132 | 44 | 51 | 0 | 101 | 370 | 32 | 34 |
| Binary | 111010 | 110101 | 1011010 | 100100 | 101001 | 0 | 1000001 | 11111000 | 11010 | 11100 |
Color Harmonies of #3A355A
Complementary color
Monochromatic Colors of #3A355A
Black with #3A355A
Text Example
Text Example
White with #3A355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A355A; }
p { color: rgb(58,53,90); }
H1.HeaderClassName
{
color: #3A355A;
}
.AnyTagClassName
{
color: #3A355A;
}
</style>
background-color css
<style>
a { background-color: #3A355A; }
a { background-color: rgb(58,53,90); }
div.DivClassName
{
background-color: #3A355A;
}
.BgClassName
{
background-color: #3A355A;
}
</style>
border-color css
<style>
span { border-color: #3A355A; }
span { border-color: rgb(58,53,90); }
td.TdClassName
{
border-color: #3A355A;
}
.TagClassName
{
border-color: #3A355A;
}
</style>