Shades of Jacarta #3B345B
Tints of Jacarta #3B345B
RGB
CMYK
RGB Variations
Color information
#3B345B (or 0x3B345B) is known color: Jacarta. HEX triplet: 3B, 34 and 5B. RGB value is (59,52,91). Sum of RGB (Red+Green+Blue) = 59+52+91=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B345B is #C4CBA4. Grayscale: #3A3A3A. Windows color (decimal): -12897189 or 5977147. OLE color: 5977147.
HSL color Cylindrical-coordinate representation of color #3B345B: hue angle of 250.77º degrees, saturation: 0.27, 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 #3B345B is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 52 | 91 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.64 |
| HSL | 250.77º | 0.27% | 0.28% | - |
| HSV(B) | 250.77º | 0.43% | 0.36% | - |
| XYZ | 4.92 | 4.14 | 10.44 | - |
| YUV | 58.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 91 | 0.35 | 0.43 | 0 | 0.64 | 250.77 | 0.27 | 0.28 |
| Hex | 3B | 34 | 5B | 23 | 2B | 0 | 40 | FB | 1B | 1C |
| Octal | 73 | 64 | 133 | 43 | 53 | 0 | 100 | 373 | 33 | 34 |
| Binary | 111011 | 110100 | 1011011 | 100011 | 101011 | 0 | 1000000 | 11111011 | 11011 | 11100 |
Color Harmonies of #3B345B
Complementary color
Monochromatic Colors of #3B345B
Black with #3B345B
Text Example
Text Example
White with #3B345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B345B; }
p { color: rgb(59,52,91); }
H1.HeaderClassName
{
color: #3B345B;
}
.AnyTagClassName
{
color: #3B345B;
}
</style>
background-color css
<style>
a { background-color: #3B345B; }
a { background-color: rgb(59,52,91); }
div.DivClassName
{
background-color: #3B345B;
}
.BgClassName
{
background-color: #3B345B;
}
</style>
border-color css
<style>
span { border-color: #3B345B; }
span { border-color: rgb(59,52,91); }
td.TdClassName
{
border-color: #3B345B;
}
.TagClassName
{
border-color: #3B345B;
}
</style>