Shades of Jacarta #372E5C
Tints of Jacarta #372E5C
RGB
CMYK
RGB Variations
Color information
#372E5C (or 0x372E5C) is known color: Jacarta. HEX triplet: 37, 2E and 5C. RGB value is (55,46,92). Sum of RGB (Red+Green+Blue) = 55+46+92=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #372E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E5C is #C8D1A3. Grayscale: #353535. Windows color (decimal): -13160868 or 6041143. OLE color: 6041143.
HSL color Cylindrical-coordinate representation of color #372E5C: hue angle of 251.74º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #372E5C is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 46 | 92 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.64 |
| HSL | 251.74º | 0.33% | 0.27% | - |
| HSV(B) | 251.74º | 0.5% | 0.36% | - |
| XYZ | 4.48 | 3.54 | 10.57 | - |
| YUV | 53.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 92 | 0.40 | 0.50 | 0 | 0.64 | 251.74 | 0.33 | 0.27 |
| Hex | 37 | 2E | 5C | 28 | 32 | 0 | 40 | FC | 21 | 1B |
| Octal | 67 | 56 | 134 | 50 | 62 | 0 | 100 | 374 | 41 | 33 |
| Binary | 110111 | 101110 | 1011100 | 101000 | 110010 | 0 | 1000000 | 11111100 | 100001 | 11011 |
Color Harmonies of #372E5C
Complementary color
Monochromatic Colors of #372E5C
Black with #372E5C
Text Example
Text Example
White with #372E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E5C; }
p { color: rgb(55,46,92); }
H1.HeaderClassName
{
color: #372E5C;
}
.AnyTagClassName
{
color: #372E5C;
}
</style>
background-color css
<style>
a { background-color: #372E5C; }
a { background-color: rgb(55,46,92); }
div.DivClassName
{
background-color: #372E5C;
}
.BgClassName
{
background-color: #372E5C;
}
</style>
border-color css
<style>
span { border-color: #372E5C; }
span { border-color: rgb(55,46,92); }
td.TdClassName
{
border-color: #372E5C;
}
.TagClassName
{
border-color: #372E5C;
}
</style>