Shades of Jacarta #3D3461
Tints of Jacarta #3D3461
RGB
CMYK
RGB Variations
Color information
#3D3461 (or 0x3D3461) is known color: Jacarta. HEX triplet: 3D, 34 and 61. RGB value is (61,52,97). Sum of RGB (Red+Green+Blue) = 61+52+97=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D3461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3461 is #C2CB9E. Grayscale: #3B3B3B. Windows color (decimal): -12766111 or 6370365. OLE color: 6370365.
HSL color Cylindrical-coordinate representation of color #3D3461: hue angle of 252º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D3461 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 52 | 97 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.62 |
| HSL | 252º | 0.3% | 0.29% | - |
| HSV(B) | 252º | 0.46% | 0.38% | - |
| XYZ | 5.31 | 4.31 | 11.86 | - |
| YUV | 59.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 97 | 0.37 | 0.46 | 0 | 0.62 | 252 | 0.3 | 0.29 |
| Hex | 3D | 34 | 61 | 25 | 2E | 0 | 3E | FC | 1E | 1D |
| Octal | 75 | 64 | 141 | 45 | 56 | 0 | 76 | 374 | 36 | 35 |
| Binary | 111101 | 110100 | 1100001 | 100101 | 101110 | 0 | 111110 | 11111100 | 11110 | 11101 |
Color Harmonies of #3D3461
Complementary color
Monochromatic Colors of #3D3461
Black with #3D3461
Text Example
Text Example
White with #3D3461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3461; }
p { color: rgb(61,52,97); }
H1.HeaderClassName
{
color: #3D3461;
}
.AnyTagClassName
{
color: #3D3461;
}
</style>
background-color css
<style>
a { background-color: #3D3461; }
a { background-color: rgb(61,52,97); }
div.DivClassName
{
background-color: #3D3461;
}
.BgClassName
{
background-color: #3D3461;
}
</style>
border-color css
<style>
span { border-color: #3D3461; }
span { border-color: rgb(61,52,97); }
td.TdClassName
{
border-color: #3D3461;
}
.TagClassName
{
border-color: #3D3461;
}
</style>