Shades of Jacarta #3D3756
Tints of Jacarta #3D3756
RGB
CMYK
RGB Variations
Color information
#3D3756 (or 0x3D3756) is known color: Jacarta. HEX triplet: 3D, 37 and 56. RGB value is (61,55,86). Sum of RGB (Red+Green+Blue) = 61+55+86=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 86 - color contains mainly: blue. Hex color #3D3756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3756 is #C2C8A9. Grayscale: #3C3C3C. Windows color (decimal): -12765354 or 5650237. OLE color: 5650237.
HSL color Cylindrical-coordinate representation of color #3D3756: hue angle of 251.61º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D3756 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 55 | 86 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.66 |
| HSL | 251.61º | 0.22% | 0.28% | - |
| HSV(B) | 251.61º | 0.36% | 0.34% | - |
| XYZ | 4.97 | 4.4 | 9.39 | - |
| YUV | 60.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 86 | 0.29 | 0.36 | 0 | 0.66 | 251.61 | 0.22 | 0.28 |
| Hex | 3D | 37 | 56 | 1D | 24 | 0 | 42 | FC | 16 | 1C |
| Octal | 75 | 67 | 126 | 35 | 44 | 0 | 102 | 374 | 26 | 34 |
| Binary | 111101 | 110111 | 1010110 | 11101 | 100100 | 0 | 1000010 | 11111100 | 10110 | 11100 |
Color Harmonies of #3D3756
Complementary color
Monochromatic Colors of #3D3756
Black with #3D3756
Text Example
Text Example
White with #3D3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3756; }
p { color: rgb(61,55,86); }
H1.HeaderClassName
{
color: #3D3756;
}
.AnyTagClassName
{
color: #3D3756;
}
</style>
background-color css
<style>
a { background-color: #3D3756; }
a { background-color: rgb(61,55,86); }
div.DivClassName
{
background-color: #3D3756;
}
.BgClassName
{
background-color: #3D3756;
}
</style>
border-color css
<style>
span { border-color: #3D3756; }
span { border-color: rgb(61,55,86); }
td.TdClassName
{
border-color: #3D3756;
}
.TagClassName
{
border-color: #3D3756;
}
</style>