Shades of Jacarta #3B355E
Tints of Jacarta #3B355E
RGB
CMYK
RGB Variations
Color information
#3B355E (or 0x3B355E) is known color: Jacarta. HEX triplet: 3B, 35 and 5E. RGB value is (59,53,94). Sum of RGB (Red+Green+Blue) = 59+53+94=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B355E is #C4CAA1. Grayscale: #3B3B3B. Windows color (decimal): -12896930 or 6174011. OLE color: 6174011.
HSL color Cylindrical-coordinate representation of color #3B355E: hue angle of 248.78º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B355E is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 53 | 94 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.63 |
| HSL | 248.78º | 0.28% | 0.29% | - |
| HSV(B) | 248.78º | 0.44% | 0.37% | - |
| XYZ | 5.1 | 4.28 | 11.15 | - |
| YUV | 59.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 94 | 0.37 | 0.44 | 0 | 0.63 | 248.78 | 0.28 | 0.29 |
| Hex | 3B | 35 | 5E | 25 | 2C | 0 | 3F | F9 | 1C | 1D |
| Octal | 73 | 65 | 136 | 45 | 54 | 0 | 77 | 371 | 34 | 35 |
| Binary | 111011 | 110101 | 1011110 | 100101 | 101100 | 0 | 111111 | 11111001 | 11100 | 11101 |
Color Harmonies of #3B355E
Complementary color
Monochromatic Colors of #3B355E
Black with #3B355E
Text Example
Text Example
White with #3B355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B355E; }
p { color: rgb(59,53,94); }
H1.HeaderClassName
{
color: #3B355E;
}
.AnyTagClassName
{
color: #3B355E;
}
</style>
background-color css
<style>
a { background-color: #3B355E; }
a { background-color: rgb(59,53,94); }
div.DivClassName
{
background-color: #3B355E;
}
.BgClassName
{
background-color: #3B355E;
}
</style>
border-color css
<style>
span { border-color: #3B355E; }
span { border-color: rgb(59,53,94); }
td.TdClassName
{
border-color: #3B355E;
}
.TagClassName
{
border-color: #3B355E;
}
</style>