Shades of Jacarta #3C385F
Tints of Jacarta #3C385F
RGB
CMYK
RGB Variations
Color information
#3C385F (or 0x3C385F) is known color: Jacarta. HEX triplet: 3C, 38 and 5F. RGB value is (60,56,95). Sum of RGB (Red+Green+Blue) = 60+56+95=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C385F is #C3C7A0. Grayscale: #3D3D3D. Windows color (decimal): -12830625 or 6240316. OLE color: 6240316.
HSL color Cylindrical-coordinate representation of color #3C385F: hue angle of 246.15º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C385F is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 56 | 95 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.63 |
| HSL | 246.15º | 0.26% | 0.3% | - |
| HSV(B) | 246.15º | 0.41% | 0.37% | - |
| XYZ | 5.34 | 4.62 | 11.44 | - |
| YUV | 61.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 95 | 0.37 | 0.41 | 0 | 0.63 | 246.15 | 0.26 | 0.3 |
| Hex | 3C | 38 | 5F | 25 | 29 | 0 | 3F | F6 | 1A | 1E |
| Octal | 74 | 70 | 137 | 45 | 51 | 0 | 77 | 366 | 32 | 36 |
| Binary | 111100 | 111000 | 1011111 | 100101 | 101001 | 0 | 111111 | 11110110 | 11010 | 11110 |
Color Harmonies of #3C385F
Complementary color
Monochromatic Colors of #3C385F
Black with #3C385F
Text Example
Text Example
White with #3C385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C385F; }
p { color: rgb(60,56,95); }
H1.HeaderClassName
{
color: #3C385F;
}
.AnyTagClassName
{
color: #3C385F;
}
</style>
background-color css
<style>
a { background-color: #3C385F; }
a { background-color: rgb(60,56,95); }
div.DivClassName
{
background-color: #3C385F;
}
.BgClassName
{
background-color: #3C385F;
}
</style>
border-color css
<style>
span { border-color: #3C385F; }
span { border-color: rgb(60,56,95); }
td.TdClassName
{
border-color: #3C385F;
}
.TagClassName
{
border-color: #3C385F;
}
</style>