Shades of Jacarta #3B345C
Tints of Jacarta #3B345C
RGB
CMYK
RGB Variations
Color information
#3B345C (or 0x3B345C) is known color: Jacarta. HEX triplet: 3B, 34 and 5C. RGB value is (59,52,92). Sum of RGB (Red+Green+Blue) = 59+52+92=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B345C is #C4CBA3. Grayscale: #3A3A3A. Windows color (decimal): -12897188 or 6042683. OLE color: 6042683.
HSL color Cylindrical-coordinate representation of color #3B345C: hue angle of 250.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B345C is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 52 | 92 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.64 |
| HSL | 250.5º | 0.28% | 0.28% | - |
| HSV(B) | 250.5º | 0.43% | 0.36% | - |
| XYZ | 4.96 | 4.16 | 10.67 | - |
| YUV | 58.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 92 | 0.36 | 0.43 | 0 | 0.64 | 250.5 | 0.28 | 0.28 |
| Hex | 3B | 34 | 5C | 24 | 2B | 0 | 40 | FB | 1C | 1C |
| Octal | 73 | 64 | 134 | 44 | 53 | 0 | 100 | 373 | 34 | 34 |
| Binary | 111011 | 110100 | 1011100 | 100100 | 101011 | 0 | 1000000 | 11111011 | 11100 | 11100 |
Color Harmonies of #3B345C
Complementary color
Monochromatic Colors of #3B345C
Black with #3B345C
Text Example
Text Example
White with #3B345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B345C; }
p { color: rgb(59,52,92); }
H1.HeaderClassName
{
color: #3B345C;
}
.AnyTagClassName
{
color: #3B345C;
}
</style>
background-color css
<style>
a { background-color: #3B345C; }
a { background-color: rgb(59,52,92); }
div.DivClassName
{
background-color: #3B345C;
}
.BgClassName
{
background-color: #3B345C;
}
</style>
border-color css
<style>
span { border-color: #3B345C; }
span { border-color: rgb(59,52,92); }
td.TdClassName
{
border-color: #3B345C;
}
.TagClassName
{
border-color: #3B345C;
}
</style>