Shades of Jacarta #3B365B
Tints of Jacarta #3B365B
RGB
CMYK
RGB Variations
Color information
#3B365B (or 0x3B365B) is known color: Jacarta. HEX triplet: 3B, 36 and 5B. RGB value is (59,54,91). Sum of RGB (Red+Green+Blue) = 59+54+91=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B365B is #C4C9A4. Grayscale: #3B3B3B. Windows color (decimal): -12896677 or 5977659. OLE color: 5977659.
HSL color Cylindrical-coordinate representation of color #3B365B: hue angle of 248.11º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B365B is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 54 | 91 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.64 |
| HSL | 248.11º | 0.26% | 0.28% | - |
| HSV(B) | 248.11º | 0.41% | 0.36% | - |
| XYZ | 5.01 | 4.32 | 10.47 | - |
| YUV | 59.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 91 | 0.35 | 0.41 | 0 | 0.64 | 248.11 | 0.26 | 0.28 |
| Hex | 3B | 36 | 5B | 23 | 29 | 0 | 40 | F8 | 1A | 1C |
| Octal | 73 | 66 | 133 | 43 | 51 | 0 | 100 | 370 | 32 | 34 |
| Binary | 111011 | 110110 | 1011011 | 100011 | 101001 | 0 | 1000000 | 11111000 | 11010 | 11100 |
Color Harmonies of #3B365B
Complementary color
Monochromatic Colors of #3B365B
Black with #3B365B
Text Example
Text Example
White with #3B365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B365B; }
p { color: rgb(59,54,91); }
H1.HeaderClassName
{
color: #3B365B;
}
.AnyTagClassName
{
color: #3B365B;
}
</style>
background-color css
<style>
a { background-color: #3B365B; }
a { background-color: rgb(59,54,91); }
div.DivClassName
{
background-color: #3B365B;
}
.BgClassName
{
background-color: #3B365B;
}
</style>
border-color css
<style>
span { border-color: #3B365B; }
span { border-color: rgb(59,54,91); }
td.TdClassName
{
border-color: #3B365B;
}
.TagClassName
{
border-color: #3B365B;
}
</style>