Shades of Jacarta #3B345D
Tints of Jacarta #3B345D
RGB
CMYK
RGB Variations
Color information
#3B345D (or 0x3B345D) is known color: Jacarta. HEX triplet: 3B, 34 and 5D. RGB value is (59,52,93). Sum of RGB (Red+Green+Blue) = 59+52+93=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B345D is #C4CBA2. Grayscale: #3A3A3A. Windows color (decimal): -12897187 or 6108219. OLE color: 6108219.
HSL color Cylindrical-coordinate representation of color #3B345D: hue angle of 250.24º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B345D is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 52 | 93 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.64 |
| HSL | 250.24º | 0.28% | 0.28% | - |
| HSV(B) | 250.24º | 0.44% | 0.36% | - |
| XYZ | 5.01 | 4.18 | 10.9 | - |
| YUV | 58.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 93 | 0.37 | 0.44 | 0 | 0.64 | 250.24 | 0.28 | 0.28 |
| Hex | 3B | 34 | 5D | 25 | 2C | 0 | 40 | FA | 1C | 1C |
| Octal | 73 | 64 | 135 | 45 | 54 | 0 | 100 | 372 | 34 | 34 |
| Binary | 111011 | 110100 | 1011101 | 100101 | 101100 | 0 | 1000000 | 11111010 | 11100 | 11100 |
Color Harmonies of #3B345D
Complementary color
Monochromatic Colors of #3B345D
Black with #3B345D
Text Example
Text Example
White with #3B345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B345D; }
p { color: rgb(59,52,93); }
H1.HeaderClassName
{
color: #3B345D;
}
.AnyTagClassName
{
color: #3B345D;
}
</style>
background-color css
<style>
a { background-color: #3B345D; }
a { background-color: rgb(59,52,93); }
div.DivClassName
{
background-color: #3B345D;
}
.BgClassName
{
background-color: #3B345D;
}
</style>
border-color css
<style>
span { border-color: #3B345D; }
span { border-color: rgb(59,52,93); }
td.TdClassName
{
border-color: #3B345D;
}
.TagClassName
{
border-color: #3B345D;
}
</style>