Shades of Dark Slate Blue #37318B
Tints of Dark Slate Blue #37318B
RGB
CMYK
RGB Variations
Color information
#37318B (or 0x37318B) is known color: Dark Slate Blue. HEX triplet: 37, 31 and 8B. RGB value is (55,49,139). Sum of RGB (Red+Green+Blue) = 55+49+139=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #37318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37318B is #C8CE74. Grayscale: #3C3C3C. Windows color (decimal): -13160053 or 9122103. OLE color: 9122103.
HSL color Cylindrical-coordinate representation of color #37318B: hue angle of 244º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37318B is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 49 | 139 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.45 |
| HSL | 244º | 0.48% | 0.37% | - |
| HSV(B) | 244º | 0.65% | 0.55% | - |
| XYZ | 7.33 | 4.87 | 24.98 | - |
| YUV | 61.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 139 | 0.60 | 0.65 | 0 | 0.45 | 244 | 0.48 | 0.37 |
| Hex | 37 | 31 | 8B | 3C | 41 | 0 | 2D | F4 | 30 | 25 |
| Octal | 67 | 61 | 213 | 74 | 101 | 0 | 55 | 364 | 60 | 45 |
| Binary | 110111 | 110001 | 10001011 | 111100 | 1000001 | 0 | 101101 | 11110100 | 110000 | 100101 |
Color Harmonies of #37318B
Complementary color
Monochromatic Colors of #37318B
Black with #37318B
Text Example
Text Example
White with #37318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37318B; }
p { color: rgb(55,49,139); }
H1.HeaderClassName
{
color: #37318B;
}
.AnyTagClassName
{
color: #37318B;
}
</style>
background-color css
<style>
a { background-color: #37318B; }
a { background-color: rgb(55,49,139); }
div.DivClassName
{
background-color: #37318B;
}
.BgClassName
{
background-color: #37318B;
}
</style>
border-color css
<style>
span { border-color: #37318B; }
span { border-color: rgb(55,49,139); }
td.TdClassName
{
border-color: #37318B;
}
.TagClassName
{
border-color: #37318B;
}
</style>