Shades of Jacarta #3B355C
Tints of Jacarta #3B355C
RGB
CMYK
RGB Variations
Color information
#3B355C (or 0x3B355C) is known color: Jacarta. HEX triplet: 3B, 35 and 5C. RGB value is (59,53,92). Sum of RGB (Red+Green+Blue) = 59+53+92=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B355C is #C4CAA3. Grayscale: #3B3B3B. Windows color (decimal): -12896932 or 6042939. OLE color: 6042939.
HSL color Cylindrical-coordinate representation of color #3B355C: hue angle of 249.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B355C is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 53 | 92 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.64 |
| HSL | 249.23º | 0.27% | 0.28% | - |
| HSV(B) | 249.23º | 0.42% | 0.36% | - |
| XYZ | 5.01 | 4.25 | 10.68 | - |
| YUV | 59.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 92 | 0.36 | 0.42 | 0 | 0.64 | 249.23 | 0.27 | 0.28 |
| Hex | 3B | 35 | 5C | 24 | 2A | 0 | 40 | F9 | 1B | 1C |
| Octal | 73 | 65 | 134 | 44 | 52 | 0 | 100 | 371 | 33 | 34 |
| Binary | 111011 | 110101 | 1011100 | 100100 | 101010 | 0 | 1000000 | 11111001 | 11011 | 11100 |
Color Harmonies of #3B355C
Complementary color
Monochromatic Colors of #3B355C
Black with #3B355C
Text Example
Text Example
White with #3B355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B355C; }
p { color: rgb(59,53,92); }
H1.HeaderClassName
{
color: #3B355C;
}
.AnyTagClassName
{
color: #3B355C;
}
</style>
background-color css
<style>
a { background-color: #3B355C; }
a { background-color: rgb(59,53,92); }
div.DivClassName
{
background-color: #3B355C;
}
.BgClassName
{
background-color: #3B355C;
}
</style>
border-color css
<style>
span { border-color: #3B355C; }
span { border-color: rgb(59,53,92); }
td.TdClassName
{
border-color: #3B355C;
}
.TagClassName
{
border-color: #3B355C;
}
</style>