Shades of Jacarta #3B3257
Tints of Jacarta #3B3257
RGB
CMYK
RGB Variations
Color information
#3B3257 (or 0x3B3257) is known color: Jacarta. HEX triplet: 3B, 32 and 57. RGB value is (59,50,87). Sum of RGB (Red+Green+Blue) = 59+50+87=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B3257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3257 is #C4CDA8. Grayscale: #383838. Windows color (decimal): -12897705 or 5714491. OLE color: 5714491.
HSL color Cylindrical-coordinate representation of color #3B3257: hue angle of 254.59º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B3257 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 50 | 87 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.66 |
| HSL | 254.59º | 0.27% | 0.27% | - |
| HSV(B) | 254.59º | 0.43% | 0.34% | - |
| XYZ | 4.66 | 3.9 | 9.52 | - |
| YUV | 56.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 87 | 0.32 | 0.43 | 0 | 0.66 | 254.59 | 0.27 | 0.27 |
| Hex | 3B | 32 | 57 | 20 | 2B | 0 | 42 | FF | 1B | 1B |
| Octal | 73 | 62 | 127 | 40 | 53 | 0 | 102 | 377 | 33 | 33 |
| Binary | 111011 | 110010 | 1010111 | 100000 | 101011 | 0 | 1000010 | 11111111 | 11011 | 11011 |
Color Harmonies of #3B3257
Complementary color
Monochromatic Colors of #3B3257
Black with #3B3257
Text Example
Text Example
White with #3B3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3257; }
p { color: rgb(59,50,87); }
H1.HeaderClassName
{
color: #3B3257;
}
.AnyTagClassName
{
color: #3B3257;
}
</style>
background-color css
<style>
a { background-color: #3B3257; }
a { background-color: rgb(59,50,87); }
div.DivClassName
{
background-color: #3B3257;
}
.BgClassName
{
background-color: #3B3257;
}
</style>
border-color css
<style>
span { border-color: #3B3257; }
span { border-color: rgb(59,50,87); }
td.TdClassName
{
border-color: #3B3257;
}
.TagClassName
{
border-color: #3B3257;
}
</style>