Shades of Jacarta #3A2B5E
Tints of Jacarta #3A2B5E
RGB
CMYK
RGB Variations
Color information
#3A2B5E (or 0x3A2B5E) is known color: Jacarta. HEX triplet: 3A, 2B and 5E. RGB value is (58,43,94). Sum of RGB (Red+Green+Blue) = 58+43+94=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A2B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2B5E is #C5D4A1. Grayscale: #353535. Windows color (decimal): -12965026 or 6171450. OLE color: 6171450.
HSL color Cylindrical-coordinate representation of color #3A2B5E: hue angle of 257.65º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A2B5E is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 58 | 43 | 94 | - |
CMYK | 0.38 | 0.54 | 0 | 0.63 |
HSL | 257.65º | 0.37% | 0.27% | - |
HSV(B) | 257.65º | 0.54% | 0.37% | - |
XYZ | 4.63 | 3.44 | 11.01 | - |
YUV | 53.3 | 150.97 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 43 | 94 | 0.38 | 0.54 | 0 | 0.63 | 257.65 | 0.37 | 0.27 |
Hex | 3A | 2B | 5E | 26 | 36 | 0 | 3F | 102 | 25 | 1B |
Octal | 72 | 53 | 136 | 46 | 66 | 0 | 77 | 402 | 45 | 33 |
Binary | 111010 | 101011 | 1011110 | 100110 | 110110 | 0 | 111111 | 100000010 | 100101 | 11011 |
Color Harmonies of #3A2B5E
Complementary color
Monochromatic Colors of #3A2B5E
Black with #3A2B5E
Text Example
Text Example
White with #3A2B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2B5E; }
p { color: rgb(58,43,94); }
H1.HeaderClassName
{
color: #3A2B5E;
}
.AnyTagClassName
{
color: #3A2B5E;
}
</style>
background-color css
<style>
a { background-color: #3A2B5E; }
a { background-color: rgb(58,43,94); }
div.DivClassName
{
background-color: #3A2B5E;
}
.BgClassName
{
background-color: #3A2B5E;
}
</style>
border-color css
<style>
span { border-color: #3A2B5E; }
span { border-color: rgb(58,43,94); }
td.TdClassName
{
border-color: #3A2B5E;
}
.TagClassName
{
border-color: #3A2B5E;
}
</style>