Shades of Jacarta #37325B
Tints of Jacarta #37325B
RGB
CMYK
RGB Variations
Color information
#37325B (or 0x37325B) is known color: Jacarta. HEX triplet: 37, 32 and 5B. RGB value is (55,50,91). Sum of RGB (Red+Green+Blue) = 55+50+91=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #37325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37325B is #C8CDA4. Grayscale: #383838. Windows color (decimal): -13159845 or 5976631. OLE color: 5976631.
HSL color Cylindrical-coordinate representation of color #37325B: hue angle of 247.32º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37325B is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 50 | 91 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.64 |
| HSL | 247.32º | 0.29% | 0.28% | - |
| HSV(B) | 247.32º | 0.45% | 0.36% | - |
| XYZ | 4.6 | 3.85 | 10.4 | - |
| YUV | 56.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 91 | 0.40 | 0.45 | 0 | 0.64 | 247.32 | 0.29 | 0.28 |
| Hex | 37 | 32 | 5B | 28 | 2D | 0 | 40 | F7 | 1D | 1C |
| Octal | 67 | 62 | 133 | 50 | 55 | 0 | 100 | 367 | 35 | 34 |
| Binary | 110111 | 110010 | 1011011 | 101000 | 101101 | 0 | 1000000 | 11110111 | 11101 | 11100 |
Color Harmonies of #37325B
Complementary color
Monochromatic Colors of #37325B
Black with #37325B
Text Example
Text Example
White with #37325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37325B; }
p { color: rgb(55,50,91); }
H1.HeaderClassName
{
color: #37325B;
}
.AnyTagClassName
{
color: #37325B;
}
</style>
background-color css
<style>
a { background-color: #37325B; }
a { background-color: rgb(55,50,91); }
div.DivClassName
{
background-color: #37325B;
}
.BgClassName
{
background-color: #37325B;
}
</style>
border-color css
<style>
span { border-color: #37325B; }
span { border-color: rgb(55,50,91); }
td.TdClassName
{
border-color: #37325B;
}
.TagClassName
{
border-color: #37325B;
}
</style>