Shades of Jacarta #3C395B
Tints of Jacarta #3C395B
RGB
CMYK
RGB Variations
Color information
#3C395B (or 0x3C395B) is known color: Jacarta. HEX triplet: 3C, 39 and 5B. RGB value is (60,57,91). Sum of RGB (Red+Green+Blue) = 60+57+91=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C395B is #C3C6A4. Grayscale: #3D3D3D. Windows color (decimal): -12830373 or 5978428. OLE color: 5978428.
HSL color Cylindrical-coordinate representation of color #3C395B: hue angle of 245.29º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C395B is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 57 | 91 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.64 |
| HSL | 245.29º | 0.23% | 0.29% | - |
| HSV(B) | 245.29º | 0.37% | 0.36% | - |
| XYZ | 5.21 | 4.64 | 10.52 | - |
| YUV | 61.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 91 | 0.34 | 0.37 | 0 | 0.64 | 245.29 | 0.23 | 0.29 |
| Hex | 3C | 39 | 5B | 22 | 25 | 0 | 40 | F5 | 17 | 1D |
| Octal | 74 | 71 | 133 | 42 | 45 | 0 | 100 | 365 | 27 | 35 |
| Binary | 111100 | 111001 | 1011011 | 100010 | 100101 | 0 | 1000000 | 11110101 | 10111 | 11101 |
Color Harmonies of #3C395B
Complementary color
Monochromatic Colors of #3C395B
Black with #3C395B
Text Example
Text Example
White with #3C395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C395B; }
p { color: rgb(60,57,91); }
H1.HeaderClassName
{
color: #3C395B;
}
.AnyTagClassName
{
color: #3C395B;
}
</style>
background-color css
<style>
a { background-color: #3C395B; }
a { background-color: rgb(60,57,91); }
div.DivClassName
{
background-color: #3C395B;
}
.BgClassName
{
background-color: #3C395B;
}
</style>
border-color css
<style>
span { border-color: #3C395B; }
span { border-color: rgb(60,57,91); }
td.TdClassName
{
border-color: #3C395B;
}
.TagClassName
{
border-color: #3C395B;
}
</style>