Shades of Jacarta #3B375B
Tints of Jacarta #3B375B
RGB
CMYK
RGB Variations
Color information
#3B375B (or 0x3B375B) is known color: Jacarta. HEX triplet: 3B, 37 and 5B. RGB value is (59,55,91). Sum of RGB (Red+Green+Blue) = 59+55+91=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B375B is #C4C8A4. Grayscale: #3C3C3C. Windows color (decimal): -12896421 or 5977915. OLE color: 5977915.
HSL color Cylindrical-coordinate representation of color #3B375B: hue angle of 246.67º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B375B is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 55 | 91 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.64 |
| HSL | 246.67º | 0.25% | 0.29% | - |
| HSV(B) | 246.67º | 0.4% | 0.36% | - |
| XYZ | 5.06 | 4.42 | 10.48 | - |
| YUV | 60.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 91 | 0.35 | 0.40 | 0 | 0.64 | 246.67 | 0.25 | 0.29 |
| Hex | 3B | 37 | 5B | 23 | 28 | 0 | 40 | F7 | 19 | 1D |
| Octal | 73 | 67 | 133 | 43 | 50 | 0 | 100 | 367 | 31 | 35 |
| Binary | 111011 | 110111 | 1011011 | 100011 | 101000 | 0 | 1000000 | 11110111 | 11001 | 11101 |
Color Harmonies of #3B375B
Complementary color
Monochromatic Colors of #3B375B
Black with #3B375B
Text Example
Text Example
White with #3B375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B375B; }
p { color: rgb(59,55,91); }
H1.HeaderClassName
{
color: #3B375B;
}
.AnyTagClassName
{
color: #3B375B;
}
</style>
background-color css
<style>
a { background-color: #3B375B; }
a { background-color: rgb(59,55,91); }
div.DivClassName
{
background-color: #3B375B;
}
.BgClassName
{
background-color: #3B375B;
}
</style>
border-color css
<style>
span { border-color: #3B375B; }
span { border-color: rgb(59,55,91); }
td.TdClassName
{
border-color: #3B375B;
}
.TagClassName
{
border-color: #3B375B;
}
</style>