Shades of Jacarta #3B2F5C
Tints of Jacarta #3B2F5C
RGB
CMYK
RGB Variations
Color information
#3B2F5C (or 0x3B2F5C) is known color: Jacarta. HEX triplet: 3B, 2F and 5C. RGB value is (59,47,92). Sum of RGB (Red+Green+Blue) = 59+47+92=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B2F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2F5C is #C4D0A3. Grayscale: #373737. Windows color (decimal): -12898468 or 6041403. OLE color: 6041403.
HSL color Cylindrical-coordinate representation of color #3B2F5C: hue angle of 256º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B2F5C is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 47 | 92 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.64 |
| HSL | 256º | 0.32% | 0.27% | - |
| HSV(B) | 256º | 0.49% | 0.36% | - |
| XYZ | 4.75 | 3.74 | 10.6 | - |
| YUV | 55.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 92 | 0.36 | 0.49 | 0 | 0.64 | 256 | 0.32 | 0.27 |
| Hex | 3B | 2F | 5C | 24 | 31 | 0 | 40 | 100 | 20 | 1B |
| Octal | 73 | 57 | 134 | 44 | 61 | 0 | 100 | 400 | 40 | 33 |
| Binary | 111011 | 101111 | 1011100 | 100100 | 110001 | 0 | 1000000 | 100000000 | 100000 | 11011 |
Color Harmonies of #3B2F5C
Complementary color
Monochromatic Colors of #3B2F5C
Black with #3B2F5C
Text Example
Text Example
White with #3B2F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F5C; }
p { color: rgb(59,47,92); }
H1.HeaderClassName
{
color: #3B2F5C;
}
.AnyTagClassName
{
color: #3B2F5C;
}
</style>
background-color css
<style>
a { background-color: #3B2F5C; }
a { background-color: rgb(59,47,92); }
div.DivClassName
{
background-color: #3B2F5C;
}
.BgClassName
{
background-color: #3B2F5C;
}
</style>
border-color css
<style>
span { border-color: #3B2F5C; }
span { border-color: rgb(59,47,92); }
td.TdClassName
{
border-color: #3B2F5C;
}
.TagClassName
{
border-color: #3B2F5C;
}
</style>