Shades of Jacarta #3C305A
Tints of Jacarta #3C305A
RGB
CMYK
RGB Variations
Color information
#3C305A (or 0x3C305A) is known color: Jacarta. HEX triplet: 3C, 30 and 5A. RGB value is (60,48,90). Sum of RGB (Red+Green+Blue) = 60+48+90=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C305A is #C3CFA5. Grayscale: #383838. Windows color (decimal): -12832678 or 5910588. OLE color: 5910588.
HSL color Cylindrical-coordinate representation of color #3C305A: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C305A is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 48 | 90 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.65 |
| HSL | 257.14º | 0.3% | 0.27% | - |
| HSV(B) | 257.14º | 0.47% | 0.35% | - |
| XYZ | 4.77 | 3.81 | 10.16 | - |
| YUV | 56.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 90 | 0.33 | 0.47 | 0 | 0.65 | 257.14 | 0.3 | 0.27 |
| Hex | 3C | 30 | 5A | 21 | 2F | 0 | 41 | 101 | 1E | 1B |
| Octal | 74 | 60 | 132 | 41 | 57 | 0 | 101 | 401 | 36 | 33 |
| Binary | 111100 | 110000 | 1011010 | 100001 | 101111 | 0 | 1000001 | 100000001 | 11110 | 11011 |
Color Harmonies of #3C305A
Complementary color
Monochromatic Colors of #3C305A
Black with #3C305A
Text Example
Text Example
White with #3C305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C305A; }
p { color: rgb(60,48,90); }
H1.HeaderClassName
{
color: #3C305A;
}
.AnyTagClassName
{
color: #3C305A;
}
</style>
background-color css
<style>
a { background-color: #3C305A; }
a { background-color: rgb(60,48,90); }
div.DivClassName
{
background-color: #3C305A;
}
.BgClassName
{
background-color: #3C305A;
}
</style>
border-color css
<style>
span { border-color: #3C305A; }
span { border-color: rgb(60,48,90); }
td.TdClassName
{
border-color: #3C305A;
}
.TagClassName
{
border-color: #3C305A;
}
</style>