Shades of Jacarta #373258
Tints of Jacarta #373258
RGB
CMYK
RGB Variations
Color information
#373258 (or 0x373258) is known color: Jacarta. HEX triplet: 37, 32 and 58. RGB value is (55,50,88). Sum of RGB (Red+Green+Blue) = 55+50+88=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #373258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373258 is #C8CDA7. Grayscale: #373737. Windows color (decimal): -13159848 or 5780023. OLE color: 5780023.
HSL color Cylindrical-coordinate representation of color #373258: hue angle of 247.89º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #373258 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 50 | 88 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.65 |
| HSL | 247.89º | 0.28% | 0.27% | - |
| HSV(B) | 247.89º | 0.43% | 0.35% | - |
| XYZ | 4.48 | 3.8 | 9.73 | - |
| YUV | 55.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 88 | 0.38 | 0.43 | 0 | 0.65 | 247.89 | 0.28 | 0.27 |
| Hex | 37 | 32 | 58 | 26 | 2B | 0 | 41 | F8 | 1C | 1B |
| Octal | 67 | 62 | 130 | 46 | 53 | 0 | 101 | 370 | 34 | 33 |
| Binary | 110111 | 110010 | 1011000 | 100110 | 101011 | 0 | 1000001 | 11111000 | 11100 | 11011 |
Color Harmonies of #373258
Complementary color
Monochromatic Colors of #373258
Black with #373258
Text Example
Text Example
White with #373258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373258; }
p { color: rgb(55,50,88); }
H1.HeaderClassName
{
color: #373258;
}
.AnyTagClassName
{
color: #373258;
}
</style>
background-color css
<style>
a { background-color: #373258; }
a { background-color: rgb(55,50,88); }
div.DivClassName
{
background-color: #373258;
}
.BgClassName
{
background-color: #373258;
}
</style>
border-color css
<style>
span { border-color: #373258; }
span { border-color: rgb(55,50,88); }
td.TdClassName
{
border-color: #373258;
}
.TagClassName
{
border-color: #373258;
}
</style>