Shades of Jacarta #372D5D
Tints of Jacarta #372D5D
RGB
CMYK
RGB Variations
Color information
#372D5D (or 0x372D5D) is known color: Jacarta. HEX triplet: 37, 2D and 5D. RGB value is (55,45,93). Sum of RGB (Red+Green+Blue) = 55+45+93=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #372D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D5D is #C8D2A2. Grayscale: #353535. Windows color (decimal): -13161123 or 6106423. OLE color: 6106423.
HSL color Cylindrical-coordinate representation of color #372D5D: hue angle of 252.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #372D5D is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 45 | 93 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.64 |
| HSL | 252.5º | 0.35% | 0.27% | - |
| HSV(B) | 252.5º | 0.52% | 0.36% | - |
| XYZ | 4.49 | 3.48 | 10.79 | - |
| YUV | 53.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 93 | 0.41 | 0.52 | 0 | 0.64 | 252.5 | 0.35 | 0.27 |
| Hex | 37 | 2D | 5D | 29 | 34 | 0 | 40 | FD | 23 | 1B |
| Octal | 67 | 55 | 135 | 51 | 64 | 0 | 100 | 375 | 43 | 33 |
| Binary | 110111 | 101101 | 1011101 | 101001 | 110100 | 0 | 1000000 | 11111101 | 100011 | 11011 |
Color Harmonies of #372D5D
Complementary color
Monochromatic Colors of #372D5D
Black with #372D5D
Text Example
Text Example
White with #372D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D5D; }
p { color: rgb(55,45,93); }
H1.HeaderClassName
{
color: #372D5D;
}
.AnyTagClassName
{
color: #372D5D;
}
</style>
background-color css
<style>
a { background-color: #372D5D; }
a { background-color: rgb(55,45,93); }
div.DivClassName
{
background-color: #372D5D;
}
.BgClassName
{
background-color: #372D5D;
}
</style>
border-color css
<style>
span { border-color: #372D5D; }
span { border-color: rgb(55,45,93); }
td.TdClassName
{
border-color: #372D5D;
}
.TagClassName
{
border-color: #372D5D;
}
</style>