Shades of Jacarta #37305C
Tints of Jacarta #37305C
RGB
CMYK
RGB Variations
Color information
#37305C (or 0x37305C) is known color: Jacarta. HEX triplet: 37, 30 and 5C. RGB value is (55,48,92). Sum of RGB (Red+Green+Blue) = 55+48+92=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #37305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37305C is #C8CFA3. Grayscale: #363636. Windows color (decimal): -13160356 or 6041655. OLE color: 6041655.
HSL color Cylindrical-coordinate representation of color #37305C: hue angle of 249.55º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37305C is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 48 | 92 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.64 |
| HSL | 249.55º | 0.31% | 0.27% | - |
| HSV(B) | 249.55º | 0.48% | 0.36% | - |
| XYZ | 4.56 | 3.7 | 10.6 | - |
| YUV | 55.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 92 | 0.40 | 0.48 | 0 | 0.64 | 249.55 | 0.31 | 0.27 |
| Hex | 37 | 30 | 5C | 28 | 30 | 0 | 40 | FA | 1F | 1B |
| Octal | 67 | 60 | 134 | 50 | 60 | 0 | 100 | 372 | 37 | 33 |
| Binary | 110111 | 110000 | 1011100 | 101000 | 110000 | 0 | 1000000 | 11111010 | 11111 | 11011 |
Color Harmonies of #37305C
Complementary color
Monochromatic Colors of #37305C
Black with #37305C
Text Example
Text Example
White with #37305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37305C; }
p { color: rgb(55,48,92); }
H1.HeaderClassName
{
color: #37305C;
}
.AnyTagClassName
{
color: #37305C;
}
</style>
background-color css
<style>
a { background-color: #37305C; }
a { background-color: rgb(55,48,92); }
div.DivClassName
{
background-color: #37305C;
}
.BgClassName
{
background-color: #37305C;
}
</style>
border-color css
<style>
span { border-color: #37305C; }
span { border-color: rgb(55,48,92); }
td.TdClassName
{
border-color: #37305C;
}
.TagClassName
{
border-color: #37305C;
}
</style>