Shades of Jacarta #372E5D
Tints of Jacarta #372E5D
RGB
CMYK
RGB Variations
Color information
#372E5D (or 0x372E5D) is known color: Jacarta. HEX triplet: 37, 2E and 5D. RGB value is (55,46,93). Sum of RGB (Red+Green+Blue) = 55+46+93=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #372E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E5D is #C8D1A2. Grayscale: #353535. Windows color (decimal): -13160867 or 6106679. OLE color: 6106679.
HSL color Cylindrical-coordinate representation of color #372E5D: hue angle of 251.49º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #372E5D is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 46 | 93 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.64 |
| HSL | 251.49º | 0.34% | 0.27% | - |
| HSV(B) | 251.49º | 0.51% | 0.36% | - |
| XYZ | 4.53 | 3.56 | 10.8 | - |
| YUV | 54.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 93 | 0.41 | 0.51 | 0 | 0.64 | 251.49 | 0.34 | 0.27 |
| Hex | 37 | 2E | 5D | 29 | 33 | 0 | 40 | FB | 22 | 1B |
| Octal | 67 | 56 | 135 | 51 | 63 | 0 | 100 | 373 | 42 | 33 |
| Binary | 110111 | 101110 | 1011101 | 101001 | 110011 | 0 | 1000000 | 11111011 | 100010 | 11011 |
Color Harmonies of #372E5D
Complementary color
Monochromatic Colors of #372E5D
Black with #372E5D
Text Example
Text Example
White with #372E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E5D; }
p { color: rgb(55,46,93); }
H1.HeaderClassName
{
color: #372E5D;
}
.AnyTagClassName
{
color: #372E5D;
}
</style>
background-color css
<style>
a { background-color: #372E5D; }
a { background-color: rgb(55,46,93); }
div.DivClassName
{
background-color: #372E5D;
}
.BgClassName
{
background-color: #372E5D;
}
</style>
border-color css
<style>
span { border-color: #372E5D; }
span { border-color: rgb(55,46,93); }
td.TdClassName
{
border-color: #372E5D;
}
.TagClassName
{
border-color: #372E5D;
}
</style>