Shades of Jacarta #3C2E5B
Tints of Jacarta #3C2E5B
RGB
CMYK
RGB Variations
Color information
#3C2E5B (or 0x3C2E5B) is known color: Jacarta. HEX triplet: 3C, 2E and 5B. RGB value is (60,46,91). Sum of RGB (Red+Green+Blue) = 60+46+91=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C2E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E5B is #C3D1A4. Grayscale: #373737. Windows color (decimal): -12833189 or 5975612. OLE color: 5975612.
HSL color Cylindrical-coordinate representation of color #3C2E5B: hue angle of 258.67º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C2E5B is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 46 | 91 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.64 |
| HSL | 258.67º | 0.33% | 0.27% | - |
| HSV(B) | 258.67º | 0.49% | 0.36% | - |
| XYZ | 4.73 | 3.67 | 10.36 | - |
| YUV | 55.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 91 | 0.34 | 0.49 | 0 | 0.64 | 258.67 | 0.33 | 0.27 |
| Hex | 3C | 2E | 5B | 22 | 31 | 0 | 40 | 103 | 21 | 1B |
| Octal | 74 | 56 | 133 | 42 | 61 | 0 | 100 | 403 | 41 | 33 |
| Binary | 111100 | 101110 | 1011011 | 100010 | 110001 | 0 | 1000000 | 100000011 | 100001 | 11011 |
Color Harmonies of #3C2E5B
Complementary color
Monochromatic Colors of #3C2E5B
Black with #3C2E5B
Text Example
Text Example
White with #3C2E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E5B; }
p { color: rgb(60,46,91); }
H1.HeaderClassName
{
color: #3C2E5B;
}
.AnyTagClassName
{
color: #3C2E5B;
}
</style>
background-color css
<style>
a { background-color: #3C2E5B; }
a { background-color: rgb(60,46,91); }
div.DivClassName
{
background-color: #3C2E5B;
}
.BgClassName
{
background-color: #3C2E5B;
}
</style>
border-color css
<style>
span { border-color: #3C2E5B; }
span { border-color: rgb(60,46,91); }
td.TdClassName
{
border-color: #3C2E5B;
}
.TagClassName
{
border-color: #3C2E5B;
}
</style>