Shades of Jacarta #3C375D
Tints of Jacarta #3C375D
RGB
CMYK
RGB Variations
Color information
#3C375D (or 0x3C375D) is known color: Jacarta. HEX triplet: 3C, 37 and 5D. RGB value is (60,55,93). Sum of RGB (Red+Green+Blue) = 60+55+93=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C375D is #C3C8A2. Grayscale: #3C3C3C. Windows color (decimal): -12830883 or 6108988. OLE color: 6108988.
HSL color Cylindrical-coordinate representation of color #3C375D: hue angle of 247.89º 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 #3C375D is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 55 | 93 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.64 |
| HSL | 247.89º | 0.26% | 0.29% | - |
| HSV(B) | 247.89º | 0.41% | 0.36% | - |
| XYZ | 5.21 | 4.48 | 10.95 | - |
| YUV | 60.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 93 | 0.35 | 0.41 | 0 | 0.64 | 247.89 | 0.26 | 0.29 |
| Hex | 3C | 37 | 5D | 23 | 29 | 0 | 40 | F8 | 1A | 1D |
| Octal | 74 | 67 | 135 | 43 | 51 | 0 | 100 | 370 | 32 | 35 |
| Binary | 111100 | 110111 | 1011101 | 100011 | 101001 | 0 | 1000000 | 11111000 | 11010 | 11101 |
Color Harmonies of #3C375D
Complementary color
Monochromatic Colors of #3C375D
Black with #3C375D
Text Example
Text Example
White with #3C375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C375D; }
p { color: rgb(60,55,93); }
H1.HeaderClassName
{
color: #3C375D;
}
.AnyTagClassName
{
color: #3C375D;
}
</style>
background-color css
<style>
a { background-color: #3C375D; }
a { background-color: rgb(60,55,93); }
div.DivClassName
{
background-color: #3C375D;
}
.BgClassName
{
background-color: #3C375D;
}
</style>
border-color css
<style>
span { border-color: #3C375D; }
span { border-color: rgb(60,55,93); }
td.TdClassName
{
border-color: #3C375D;
}
.TagClassName
{
border-color: #3C375D;
}
</style>