Shades of Jacarta #3A365C
Tints of Jacarta #3A365C
RGB
CMYK
RGB Variations
Color information
#3A365C (or 0x3A365C) is known color: Jacarta. HEX triplet: 3A, 36 and 5C. RGB value is (58,54,92). Sum of RGB (Red+Green+Blue) = 58+54+92=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A365C is #C5C9A3. Grayscale: #3B3B3B. Windows color (decimal): -12962212 or 6043194. OLE color: 6043194.
HSL color Cylindrical-coordinate representation of color #3A365C: hue angle of 246.32º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A365C is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 54 | 92 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.64 |
| HSL | 246.32º | 0.26% | 0.29% | - |
| HSV(B) | 246.32º | 0.41% | 0.36% | - |
| XYZ | 5 | 4.31 | 10.69 | - |
| YUV | 59.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 92 | 0.37 | 0.41 | 0 | 0.64 | 246.32 | 0.26 | 0.29 |
| Hex | 3A | 36 | 5C | 25 | 29 | 0 | 40 | F6 | 1A | 1D |
| Octal | 72 | 66 | 134 | 45 | 51 | 0 | 100 | 366 | 32 | 35 |
| Binary | 111010 | 110110 | 1011100 | 100101 | 101001 | 0 | 1000000 | 11110110 | 11010 | 11101 |
Color Harmonies of #3A365C
Complementary color
Monochromatic Colors of #3A365C
Black with #3A365C
Text Example
Text Example
White with #3A365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A365C; }
p { color: rgb(58,54,92); }
H1.HeaderClassName
{
color: #3A365C;
}
.AnyTagClassName
{
color: #3A365C;
}
</style>
background-color css
<style>
a { background-color: #3A365C; }
a { background-color: rgb(58,54,92); }
div.DivClassName
{
background-color: #3A365C;
}
.BgClassName
{
background-color: #3A365C;
}
</style>
border-color css
<style>
span { border-color: #3A365C; }
span { border-color: rgb(58,54,92); }
td.TdClassName
{
border-color: #3A365C;
}
.TagClassName
{
border-color: #3A365C;
}
</style>