Shades of Jacarta #3A3258
Tints of Jacarta #3A3258
RGB
CMYK
RGB Variations
Color information
#3A3258 (or 0x3A3258) is known color: Jacarta. HEX triplet: 3A, 32 and 58. RGB value is (58,50,88). Sum of RGB (Red+Green+Blue) = 58+50+88=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A3258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3258 is #C5CDA7. Grayscale: #383838. Windows color (decimal): -12963240 or 5780026. OLE color: 5780026.
HSL color Cylindrical-coordinate representation of color #3A3258: hue angle of 252.63º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A3258 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 50 | 88 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.65 |
| HSL | 252.63º | 0.28% | 0.27% | - |
| HSV(B) | 252.63º | 0.43% | 0.35% | - |
| XYZ | 4.65 | 3.89 | 9.74 | - |
| YUV | 56.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 88 | 0.34 | 0.43 | 0 | 0.65 | 252.63 | 0.28 | 0.27 |
| Hex | 3A | 32 | 58 | 22 | 2B | 0 | 41 | FD | 1C | 1B |
| Octal | 72 | 62 | 130 | 42 | 53 | 0 | 101 | 375 | 34 | 33 |
| Binary | 111010 | 110010 | 1011000 | 100010 | 101011 | 0 | 1000001 | 11111101 | 11100 | 11011 |
Color Harmonies of #3A3258
Complementary color
Monochromatic Colors of #3A3258
Black with #3A3258
Text Example
Text Example
White with #3A3258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3258; }
p { color: rgb(58,50,88); }
H1.HeaderClassName
{
color: #3A3258;
}
.AnyTagClassName
{
color: #3A3258;
}
</style>
background-color css
<style>
a { background-color: #3A3258; }
a { background-color: rgb(58,50,88); }
div.DivClassName
{
background-color: #3A3258;
}
.BgClassName
{
background-color: #3A3258;
}
</style>
border-color css
<style>
span { border-color: #3A3258; }
span { border-color: rgb(58,50,88); }
td.TdClassName
{
border-color: #3A3258;
}
.TagClassName
{
border-color: #3A3258;
}
</style>