Shades of Jacarta #3B355D
Tints of Jacarta #3B355D
RGB
CMYK
RGB Variations
Color information
#3B355D (or 0x3B355D) is known color: Jacarta. HEX triplet: 3B, 35 and 5D. RGB value is (59,53,93). Sum of RGB (Red+Green+Blue) = 59+53+93=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B355D is #C4CAA2. Grayscale: #3B3B3B. Windows color (decimal): -12896931 or 6108475. OLE color: 6108475.
HSL color Cylindrical-coordinate representation of color #3B355D: hue angle of 249º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B355D is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 53 | 93 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.64 |
| HSL | 249º | 0.27% | 0.29% | - |
| HSV(B) | 249º | 0.43% | 0.36% | - |
| XYZ | 5.05 | 4.27 | 10.91 | - |
| YUV | 59.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 93 | 0.37 | 0.43 | 0 | 0.64 | 249 | 0.27 | 0.29 |
| Hex | 3B | 35 | 5D | 25 | 2B | 0 | 40 | F9 | 1B | 1D |
| Octal | 73 | 65 | 135 | 45 | 53 | 0 | 100 | 371 | 33 | 35 |
| Binary | 111011 | 110101 | 1011101 | 100101 | 101011 | 0 | 1000000 | 11111001 | 11011 | 11101 |
Color Harmonies of #3B355D
Complementary color
Monochromatic Colors of #3B355D
Black with #3B355D
Text Example
Text Example
White with #3B355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B355D; }
p { color: rgb(59,53,93); }
H1.HeaderClassName
{
color: #3B355D;
}
.AnyTagClassName
{
color: #3B355D;
}
</style>
background-color css
<style>
a { background-color: #3B355D; }
a { background-color: rgb(59,53,93); }
div.DivClassName
{
background-color: #3B355D;
}
.BgClassName
{
background-color: #3B355D;
}
</style>
border-color css
<style>
span { border-color: #3B355D; }
span { border-color: rgb(59,53,93); }
td.TdClassName
{
border-color: #3B355D;
}
.TagClassName
{
border-color: #3B355D;
}
</style>