Shades of Dark Slate Blue #37318E
Tints of Dark Slate Blue #37318E
RGB
CMYK
RGB Variations
Color information
#37318E (or 0x37318E) is known color: Dark Slate Blue. HEX triplet: 37, 31 and 8E. RGB value is (55,49,142). Sum of RGB (Red+Green+Blue) = 55+49+142=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #37318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37318E is #C8CE71. Grayscale: #3D3D3D. Windows color (decimal): -13160050 or 9318711. OLE color: 9318711.
HSL color Cylindrical-coordinate representation of color #37318E: hue angle of 243.87º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37318E is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 49 | 142 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.44 |
| HSL | 243.87º | 0.49% | 0.37% | - |
| HSV(B) | 243.87º | 0.65% | 0.56% | - |
| XYZ | 7.56 | 4.96 | 26.15 | - |
| YUV | 61.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 142 | 0.61 | 0.65 | 0 | 0.44 | 243.87 | 0.49 | 0.37 |
| Hex | 37 | 31 | 8E | 3D | 41 | 0 | 2C | F4 | 31 | 25 |
| Octal | 67 | 61 | 216 | 75 | 101 | 0 | 54 | 364 | 61 | 45 |
| Binary | 110111 | 110001 | 10001110 | 111101 | 1000001 | 0 | 101100 | 11110100 | 110001 | 100101 |
Color Harmonies of #37318E
Complementary color
Monochromatic Colors of #37318E
Black with #37318E
Text Example
Text Example
White with #37318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37318E; }
p { color: rgb(55,49,142); }
H1.HeaderClassName
{
color: #37318E;
}
.AnyTagClassName
{
color: #37318E;
}
</style>
background-color css
<style>
a { background-color: #37318E; }
a { background-color: rgb(55,49,142); }
div.DivClassName
{
background-color: #37318E;
}
.BgClassName
{
background-color: #37318E;
}
</style>
border-color css
<style>
span { border-color: #37318E; }
span { border-color: rgb(55,49,142); }
td.TdClassName
{
border-color: #37318E;
}
.TagClassName
{
border-color: #37318E;
}
</style>