Shades of Jacarta #3D3554
Tints of Jacarta #3D3554
RGB
CMYK
RGB Variations
Color information
#3D3554 (or 0x3D3554) is known color: Jacarta. HEX triplet: 3D, 35 and 54. RGB value is (61,53,84). Sum of RGB (Red+Green+Blue) = 61+53+84=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D3554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3554 is #C2CAAB. Grayscale: #3A3A3A. Windows color (decimal): -12765868 or 5518653. OLE color: 5518653.
HSL color Cylindrical-coordinate representation of color #3D3554: hue angle of 255.48º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3D3554 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 53 | 84 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.67 |
| HSL | 255.48º | 0.23% | 0.27% | - |
| HSV(B) | 255.48º | 0.37% | 0.33% | - |
| XYZ | 4.8 | 4.18 | 8.94 | - |
| YUV | 58.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 84 | 0.27 | 0.37 | 0 | 0.67 | 255.48 | 0.23 | 0.27 |
| Hex | 3D | 35 | 54 | 1B | 25 | 0 | 43 | FF | 17 | 1B |
| Octal | 75 | 65 | 124 | 33 | 45 | 0 | 103 | 377 | 27 | 33 |
| Binary | 111101 | 110101 | 1010100 | 11011 | 100101 | 0 | 1000011 | 11111111 | 10111 | 11011 |
Color Harmonies of #3D3554
Complementary color
Monochromatic Colors of #3D3554
Black with #3D3554
Text Example
Text Example
White with #3D3554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3554; }
p { color: rgb(61,53,84); }
H1.HeaderClassName
{
color: #3D3554;
}
.AnyTagClassName
{
color: #3D3554;
}
</style>
background-color css
<style>
a { background-color: #3D3554; }
a { background-color: rgb(61,53,84); }
div.DivClassName
{
background-color: #3D3554;
}
.BgClassName
{
background-color: #3D3554;
}
</style>
border-color css
<style>
span { border-color: #3D3554; }
span { border-color: rgb(61,53,84); }
td.TdClassName
{
border-color: #3D3554;
}
.TagClassName
{
border-color: #3D3554;
}
</style>