Shades of Jacarta #3B365D
Tints of Jacarta #3B365D
RGB
CMYK
RGB Variations
Color information
#3B365D (or 0x3B365D) is known color: Jacarta. HEX triplet: 3B, 36 and 5D. RGB value is (59,54,93). Sum of RGB (Red+Green+Blue) = 59+54+93=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B365D is #C4C9A2. Grayscale: #3B3B3B. Windows color (decimal): -12896675 or 6108731. OLE color: 6108731.
HSL color Cylindrical-coordinate representation of color #3B365D: hue angle of 247.69º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B365D is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 54 | 93 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.64 |
| HSL | 247.69º | 0.27% | 0.29% | - |
| HSV(B) | 247.69º | 0.42% | 0.36% | - |
| XYZ | 5.1 | 4.36 | 10.93 | - |
| YUV | 59.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 93 | 0.37 | 0.42 | 0 | 0.64 | 247.69 | 0.27 | 0.29 |
| Hex | 3B | 36 | 5D | 25 | 2A | 0 | 40 | F8 | 1B | 1D |
| Octal | 73 | 66 | 135 | 45 | 52 | 0 | 100 | 370 | 33 | 35 |
| Binary | 111011 | 110110 | 1011101 | 100101 | 101010 | 0 | 1000000 | 11111000 | 11011 | 11101 |
Color Harmonies of #3B365D
Complementary color
Monochromatic Colors of #3B365D
Black with #3B365D
Text Example
Text Example
White with #3B365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B365D; }
p { color: rgb(59,54,93); }
H1.HeaderClassName
{
color: #3B365D;
}
.AnyTagClassName
{
color: #3B365D;
}
</style>
background-color css
<style>
a { background-color: #3B365D; }
a { background-color: rgb(59,54,93); }
div.DivClassName
{
background-color: #3B365D;
}
.BgClassName
{
background-color: #3B365D;
}
</style>
border-color css
<style>
span { border-color: #3B365D; }
span { border-color: rgb(59,54,93); }
td.TdClassName
{
border-color: #3B365D;
}
.TagClassName
{
border-color: #3B365D;
}
</style>