Shades of Jacarta #3B375D
Tints of Jacarta #3B375D
RGB
CMYK
RGB Variations
Color information
#3B375D (or 0x3B375D) is known color: Jacarta. HEX triplet: 3B, 37 and 5D. RGB value is (59,55,93). Sum of RGB (Red+Green+Blue) = 59+55+93=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B375D is #C4C8A2. Grayscale: #3C3C3C. Windows color (decimal): -12896419 or 6108987. OLE color: 6108987.
HSL color Cylindrical-coordinate representation of color #3B375D: hue angle of 246.32º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B375D is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 55 | 93 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.64 |
| HSL | 246.32º | 0.26% | 0.29% | - |
| HSV(B) | 246.32º | 0.41% | 0.36% | - |
| XYZ | 5.15 | 4.45 | 10.94 | - |
| YUV | 60.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 93 | 0.37 | 0.41 | 0 | 0.64 | 246.32 | 0.26 | 0.29 |
| Hex | 3B | 37 | 5D | 25 | 29 | 0 | 40 | F6 | 1A | 1D |
| Octal | 73 | 67 | 135 | 45 | 51 | 0 | 100 | 366 | 32 | 35 |
| Binary | 111011 | 110111 | 1011101 | 100101 | 101001 | 0 | 1000000 | 11110110 | 11010 | 11101 |
Color Harmonies of #3B375D
Complementary color
Monochromatic Colors of #3B375D
Black with #3B375D
Text Example
Text Example
White with #3B375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B375D; }
p { color: rgb(59,55,93); }
H1.HeaderClassName
{
color: #3B375D;
}
.AnyTagClassName
{
color: #3B375D;
}
</style>
background-color css
<style>
a { background-color: #3B375D; }
a { background-color: rgb(59,55,93); }
div.DivClassName
{
background-color: #3B375D;
}
.BgClassName
{
background-color: #3B375D;
}
</style>
border-color css
<style>
span { border-color: #3B375D; }
span { border-color: rgb(59,55,93); }
td.TdClassName
{
border-color: #3B375D;
}
.TagClassName
{
border-color: #3B375D;
}
</style>