Shades of Jacarta #3D3753
Tints of Jacarta #3D3753
RGB
CMYK
RGB Variations
Color information
#3D3753 (or 0x3D3753) is known color: Jacarta. HEX triplet: 3D, 37 and 53. RGB value is (61,55,83). Sum of RGB (Red+Green+Blue) = 61+55+83=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D3753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3753 is #C2C8AC. Grayscale: #3B3B3B. Windows color (decimal): -12765357 or 5453629. OLE color: 5453629.
HSL color Cylindrical-coordinate representation of color #3D3753: hue angle of 252.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D3753 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 55 | 83 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.67 |
| HSL | 252.86º | 0.2% | 0.27% | - |
| HSV(B) | 252.86º | 0.34% | 0.33% | - |
| XYZ | 4.85 | 4.35 | 8.77 | - |
| YUV | 59.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 83 | 0.27 | 0.34 | 0 | 0.67 | 252.86 | 0.2 | 0.27 |
| Hex | 3D | 37 | 53 | 1B | 22 | 0 | 43 | FD | 14 | 1B |
| Octal | 75 | 67 | 123 | 33 | 42 | 0 | 103 | 375 | 24 | 33 |
| Binary | 111101 | 110111 | 1010011 | 11011 | 100010 | 0 | 1000011 | 11111101 | 10100 | 11011 |
Color Harmonies of #3D3753
Complementary color
Monochromatic Colors of #3D3753
Black with #3D3753
Text Example
Text Example
White with #3D3753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3753; }
p { color: rgb(61,55,83); }
H1.HeaderClassName
{
color: #3D3753;
}
.AnyTagClassName
{
color: #3D3753;
}
</style>
background-color css
<style>
a { background-color: #3D3753; }
a { background-color: rgb(61,55,83); }
div.DivClassName
{
background-color: #3D3753;
}
.BgClassName
{
background-color: #3D3753;
}
</style>
border-color css
<style>
span { border-color: #3D3753; }
span { border-color: rgb(61,55,83); }
td.TdClassName
{
border-color: #3D3753;
}
.TagClassName
{
border-color: #3D3753;
}
</style>