Shades of Dark Slate Blue #37278B
Tints of Dark Slate Blue #37278B
RGB
CMYK
RGB Variations
Color information
#37278B (or 0x37278B) is known color: Dark Slate Blue. HEX triplet: 37, 27 and 8B. RGB value is (55,39,139). Sum of RGB (Red+Green+Blue) = 55+39+139=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #37278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37278B is #C8D874. Grayscale: #363636. Windows color (decimal): -13162613 or 9119543. OLE color: 9119543.
HSL color Cylindrical-coordinate representation of color #37278B: hue angle of 249.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37278B is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 39 | 139 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.45 |
| HSL | 249.6º | 0.56% | 0.35% | - |
| HSV(B) | 249.6º | 0.72% | 0.55% | - |
| XYZ | 6.96 | 4.13 | 24.86 | - |
| YUV | 55.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 139 | 0.60 | 0.72 | 0 | 0.45 | 249.6 | 0.56 | 0.35 |
| Hex | 37 | 27 | 8B | 3C | 48 | 0 | 2D | FA | 38 | 23 |
| Octal | 67 | 47 | 213 | 74 | 110 | 0 | 55 | 372 | 70 | 43 |
| Binary | 110111 | 100111 | 10001011 | 111100 | 1001000 | 0 | 101101 | 11111010 | 111000 | 100011 |
Color Harmonies of #37278B
Complementary color
Monochromatic Colors of #37278B
Black with #37278B
Text Example
Text Example
White with #37278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37278B; }
p { color: rgb(55,39,139); }
H1.HeaderClassName
{
color: #37278B;
}
.AnyTagClassName
{
color: #37278B;
}
</style>
background-color css
<style>
a { background-color: #37278B; }
a { background-color: rgb(55,39,139); }
div.DivClassName
{
background-color: #37278B;
}
.BgClassName
{
background-color: #37278B;
}
</style>
border-color css
<style>
span { border-color: #37278B; }
span { border-color: rgb(55,39,139); }
td.TdClassName
{
border-color: #37278B;
}
.TagClassName
{
border-color: #37278B;
}
</style>