Shades of Jacarta #3A305C
Tints of Jacarta #3A305C
RGB
CMYK
RGB Variations
Color information
#3A305C (or 0x3A305C) is known color: Jacarta. HEX triplet: 3A, 30 and 5C. RGB value is (58,48,92). Sum of RGB (Red+Green+Blue) = 58+48+92=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A305C is #C5CFA3. Grayscale: #373737. Windows color (decimal): -12963748 or 6041658. OLE color: 6041658.
HSL color Cylindrical-coordinate representation of color #3A305C: hue angle of 253.64º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A305C is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 48 | 92 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.64 |
| HSL | 253.64º | 0.31% | 0.27% | - |
| HSV(B) | 253.64º | 0.48% | 0.36% | - |
| XYZ | 4.73 | 3.79 | 10.61 | - |
| YUV | 56.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 92 | 0.37 | 0.48 | 0 | 0.64 | 253.64 | 0.31 | 0.27 |
| Hex | 3A | 30 | 5C | 25 | 30 | 0 | 40 | FE | 1F | 1B |
| Octal | 72 | 60 | 134 | 45 | 60 | 0 | 100 | 376 | 37 | 33 |
| Binary | 111010 | 110000 | 1011100 | 100101 | 110000 | 0 | 1000000 | 11111110 | 11111 | 11011 |
Color Harmonies of #3A305C
Complementary color
Monochromatic Colors of #3A305C
Black with #3A305C
Text Example
Text Example
White with #3A305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A305C; }
p { color: rgb(58,48,92); }
H1.HeaderClassName
{
color: #3A305C;
}
.AnyTagClassName
{
color: #3A305C;
}
</style>
background-color css
<style>
a { background-color: #3A305C; }
a { background-color: rgb(58,48,92); }
div.DivClassName
{
background-color: #3A305C;
}
.BgClassName
{
background-color: #3A305C;
}
</style>
border-color css
<style>
span { border-color: #3A305C; }
span { border-color: rgb(58,48,92); }
td.TdClassName
{
border-color: #3A305C;
}
.TagClassName
{
border-color: #3A305C;
}
</style>