Shades of Dark Slate Blue #37298B
Tints of Dark Slate Blue #37298B
RGB
CMYK
RGB Variations
Color information
#37298B (or 0x37298B) is known color: Dark Slate Blue. HEX triplet: 37, 29 and 8B. RGB value is (55,41,139). Sum of RGB (Red+Green+Blue) = 55+41+139=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #37298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37298B is #C8D674. Grayscale: #373737. Windows color (decimal): -13162101 or 9120055. OLE color: 9120055.
HSL color Cylindrical-coordinate representation of color #37298B: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37298B is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 41 | 139 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.45 |
| HSL | 248.57º | 0.54% | 0.35% | - |
| HSV(B) | 248.57º | 0.71% | 0.55% | - |
| XYZ | 7.03 | 4.26 | 24.88 | - |
| YUV | 56.36 | 174.64 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 139 | 0.60 | 0.71 | 0 | 0.45 | 248.57 | 0.54 | 0.35 |
| Hex | 37 | 29 | 8B | 3C | 47 | 0 | 2D | F9 | 36 | 23 |
| Octal | 67 | 51 | 213 | 74 | 107 | 0 | 55 | 371 | 66 | 43 |
| Binary | 110111 | 101001 | 10001011 | 111100 | 1000111 | 0 | 101101 | 11111001 | 110110 | 100011 |
Color Harmonies of #37298B
Complementary color
Monochromatic Colors of #37298B
Black with #37298B
Text Example
Text Example
White with #37298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37298B; }
p { color: rgb(55,41,139); }
H1.HeaderClassName
{
color: #37298B;
}
.AnyTagClassName
{
color: #37298B;
}
</style>
background-color css
<style>
a { background-color: #37298B; }
a { background-color: rgb(55,41,139); }
div.DivClassName
{
background-color: #37298B;
}
.BgClassName
{
background-color: #37298B;
}
</style>
border-color css
<style>
span { border-color: #37298B; }
span { border-color: rgb(55,41,139); }
td.TdClassName
{
border-color: #37298B;
}
.TagClassName
{
border-color: #37298B;
}
</style>