Shades of Jacarta #3B375A
Tints of Jacarta #3B375A
RGB
CMYK
RGB Variations
Color information
#3B375A (or 0x3B375A) is known color: Jacarta. HEX triplet: 3B, 37 and 5A. RGB value is (59,55,90). Sum of RGB (Red+Green+Blue) = 59+55+90=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B375A is #C4C8A5. Grayscale: #3C3C3C. Windows color (decimal): -12896422 or 5912379. OLE color: 5912379.
HSL color Cylindrical-coordinate representation of color #3B375A: hue angle of 246.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B375A is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 55 | 90 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.65 |
| HSL | 246.86º | 0.24% | 0.28% | - |
| HSV(B) | 246.86º | 0.39% | 0.35% | - |
| XYZ | 5.02 | 4.4 | 10.26 | - |
| YUV | 60.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 90 | 0.34 | 0.39 | 0 | 0.65 | 246.86 | 0.24 | 0.28 |
| Hex | 3B | 37 | 5A | 22 | 27 | 0 | 41 | F7 | 18 | 1C |
| Octal | 73 | 67 | 132 | 42 | 47 | 0 | 101 | 367 | 30 | 34 |
| Binary | 111011 | 110111 | 1011010 | 100010 | 100111 | 0 | 1000001 | 11110111 | 11000 | 11100 |
Color Harmonies of #3B375A
Complementary color
Monochromatic Colors of #3B375A
Black with #3B375A
Text Example
Text Example
White with #3B375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B375A; }
p { color: rgb(59,55,90); }
H1.HeaderClassName
{
color: #3B375A;
}
.AnyTagClassName
{
color: #3B375A;
}
</style>
background-color css
<style>
a { background-color: #3B375A; }
a { background-color: rgb(59,55,90); }
div.DivClassName
{
background-color: #3B375A;
}
.BgClassName
{
background-color: #3B375A;
}
</style>
border-color css
<style>
span { border-color: #3B375A; }
span { border-color: rgb(59,55,90); }
td.TdClassName
{
border-color: #3B375A;
}
.TagClassName
{
border-color: #3B375A;
}
</style>