Shades of Jacarta #3D3954
Tints of Jacarta #3D3954
RGB
CMYK
RGB Variations
Color information
#3D3954 (or 0x3D3954) is known color: Jacarta. HEX triplet: 3D, 39 and 54. RGB value is (61,57,84). Sum of RGB (Red+Green+Blue) = 61+57+84=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D3954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3954 is #C2C6AB. Grayscale: #3D3D3D. Windows color (decimal): -12764844 or 5519677. OLE color: 5519677.
HSL color Cylindrical-coordinate representation of color #3D3954: hue angle of 248.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D3954 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 57 | 84 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.67 |
| HSL | 248.89º | 0.19% | 0.28% | - |
| HSV(B) | 248.89º | 0.32% | 0.33% | - |
| XYZ | 4.99 | 4.56 | 9 | - |
| YUV | 61.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 84 | 0.27 | 0.32 | 0 | 0.67 | 248.89 | 0.19 | 0.28 |
| Hex | 3D | 39 | 54 | 1B | 20 | 0 | 43 | F9 | 13 | 1C |
| Octal | 75 | 71 | 124 | 33 | 40 | 0 | 103 | 371 | 23 | 34 |
| Binary | 111101 | 111001 | 1010100 | 11011 | 100000 | 0 | 1000011 | 11111001 | 10011 | 11100 |
Color Harmonies of #3D3954
Complementary color
Monochromatic Colors of #3D3954
Black with #3D3954
Text Example
Text Example
White with #3D3954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3954; }
p { color: rgb(61,57,84); }
H1.HeaderClassName
{
color: #3D3954;
}
.AnyTagClassName
{
color: #3D3954;
}
</style>
background-color css
<style>
a { background-color: #3D3954; }
a { background-color: rgb(61,57,84); }
div.DivClassName
{
background-color: #3D3954;
}
.BgClassName
{
background-color: #3D3954;
}
</style>
border-color css
<style>
span { border-color: #3D3954; }
span { border-color: rgb(61,57,84); }
td.TdClassName
{
border-color: #3D3954;
}
.TagClassName
{
border-color: #3D3954;
}
</style>