Shades of Jacarta #3C375B
Tints of Jacarta #3C375B
RGB
CMYK
RGB Variations
Color information
#3C375B (or 0x3C375B) is known color: Jacarta. HEX triplet: 3C, 37 and 5B. RGB value is (60,55,91). Sum of RGB (Red+Green+Blue) = 60+55+91=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C375B is #C3C8A4. Grayscale: #3C3C3C. Windows color (decimal): -12830885 or 5977916. OLE color: 5977916.
HSL color Cylindrical-coordinate representation of color #3C375B: hue angle of 248.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C375B is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 55 | 91 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.64 |
| HSL | 248.33º | 0.25% | 0.29% | - |
| HSV(B) | 248.33º | 0.4% | 0.36% | - |
| XYZ | 5.12 | 4.45 | 10.49 | - |
| YUV | 60.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 91 | 0.34 | 0.40 | 0 | 0.64 | 248.33 | 0.25 | 0.29 |
| Hex | 3C | 37 | 5B | 22 | 28 | 0 | 40 | F8 | 19 | 1D |
| Octal | 74 | 67 | 133 | 42 | 50 | 0 | 100 | 370 | 31 | 35 |
| Binary | 111100 | 110111 | 1011011 | 100010 | 101000 | 0 | 1000000 | 11111000 | 11001 | 11101 |
Color Harmonies of #3C375B
Complementary color
Monochromatic Colors of #3C375B
Black with #3C375B
Text Example
Text Example
White with #3C375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C375B; }
p { color: rgb(60,55,91); }
H1.HeaderClassName
{
color: #3C375B;
}
.AnyTagClassName
{
color: #3C375B;
}
</style>
background-color css
<style>
a { background-color: #3C375B; }
a { background-color: rgb(60,55,91); }
div.DivClassName
{
background-color: #3C375B;
}
.BgClassName
{
background-color: #3C375B;
}
</style>
border-color css
<style>
span { border-color: #3C375B; }
span { border-color: rgb(60,55,91); }
td.TdClassName
{
border-color: #3C375B;
}
.TagClassName
{
border-color: #3C375B;
}
</style>