Shades of Jacarta #3A365A
Tints of Jacarta #3A365A
RGB
CMYK
RGB Variations
Color information
#3A365A (or 0x3A365A) is known color: Jacarta. HEX triplet: 3A, 36 and 5A. RGB value is (58,54,90). Sum of RGB (Red+Green+Blue) = 58+54+90=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A365A is #C5C9A5. Grayscale: #3B3B3B. Windows color (decimal): -12962214 or 5912122. OLE color: 5912122.
HSL color Cylindrical-coordinate representation of color #3A365A: hue angle of 246.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A365A is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 54 | 90 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.65 |
| HSL | 246.67º | 0.25% | 0.28% | - |
| HSV(B) | 246.67º | 0.4% | 0.35% | - |
| XYZ | 4.91 | 4.28 | 10.24 | - |
| YUV | 59.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 90 | 0.36 | 0.40 | 0 | 0.65 | 246.67 | 0.25 | 0.28 |
| Hex | 3A | 36 | 5A | 24 | 28 | 0 | 41 | F7 | 19 | 1C |
| Octal | 72 | 66 | 132 | 44 | 50 | 0 | 101 | 367 | 31 | 34 |
| Binary | 111010 | 110110 | 1011010 | 100100 | 101000 | 0 | 1000001 | 11110111 | 11001 | 11100 |
Color Harmonies of #3A365A
Complementary color
Monochromatic Colors of #3A365A
Black with #3A365A
Text Example
Text Example
White with #3A365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A365A; }
p { color: rgb(58,54,90); }
H1.HeaderClassName
{
color: #3A365A;
}
.AnyTagClassName
{
color: #3A365A;
}
</style>
background-color css
<style>
a { background-color: #3A365A; }
a { background-color: rgb(58,54,90); }
div.DivClassName
{
background-color: #3A365A;
}
.BgClassName
{
background-color: #3A365A;
}
</style>
border-color css
<style>
span { border-color: #3A365A; }
span { border-color: rgb(58,54,90); }
td.TdClassName
{
border-color: #3A365A;
}
.TagClassName
{
border-color: #3A365A;
}
</style>