Shades of Jacarta #3C305C
Tints of Jacarta #3C305C
RGB
CMYK
RGB Variations
Color information
#3C305C (or 0x3C305C) is known color: Jacarta. HEX triplet: 3C, 30 and 5C. RGB value is (60,48,92). Sum of RGB (Red+Green+Blue) = 60+48+92=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C305C is #C3CFA3. Grayscale: #383838. Windows color (decimal): -12832676 or 6041660. OLE color: 6041660.
HSL color Cylindrical-coordinate representation of color #3C305C: hue angle of 256.36º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C305C is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 48 | 92 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.64 |
| HSL | 256.36º | 0.31% | 0.27% | - |
| HSV(B) | 256.36º | 0.48% | 0.36% | - |
| XYZ | 4.85 | 3.85 | 10.61 | - |
| YUV | 56.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 92 | 0.35 | 0.48 | 0 | 0.64 | 256.36 | 0.31 | 0.27 |
| Hex | 3C | 30 | 5C | 23 | 30 | 0 | 40 | 100 | 1F | 1B |
| Octal | 74 | 60 | 134 | 43 | 60 | 0 | 100 | 400 | 37 | 33 |
| Binary | 111100 | 110000 | 1011100 | 100011 | 110000 | 0 | 1000000 | 100000000 | 11111 | 11011 |
Color Harmonies of #3C305C
Complementary color
Monochromatic Colors of #3C305C
Black with #3C305C
Text Example
Text Example
White with #3C305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C305C; }
p { color: rgb(60,48,92); }
H1.HeaderClassName
{
color: #3C305C;
}
.AnyTagClassName
{
color: #3C305C;
}
</style>
background-color css
<style>
a { background-color: #3C305C; }
a { background-color: rgb(60,48,92); }
div.DivClassName
{
background-color: #3C305C;
}
.BgClassName
{
background-color: #3C305C;
}
</style>
border-color css
<style>
span { border-color: #3C305C; }
span { border-color: rgb(60,48,92); }
td.TdClassName
{
border-color: #3C305C;
}
.TagClassName
{
border-color: #3C305C;
}
</style>