Shades of Dark Slate Blue #37258D
Tints of Dark Slate Blue #37258D
RGB
CMYK
RGB Variations
Color information
#37258D (or 0x37258D) is known color: Dark Slate Blue. HEX triplet: 37, 25 and 8D. RGB value is (55,37,141). Sum of RGB (Red+Green+Blue) = 55+37+141=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #37258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37258D is #C8DA72. Grayscale: #353535. Windows color (decimal): -13163123 or 9250103. OLE color: 9250103.
HSL color Cylindrical-coordinate representation of color #37258D: hue angle of 250.38º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37258D is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 37 | 141 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.45 |
| HSL | 250.38º | 0.58% | 0.35% | - |
| HSV(B) | 250.38º | 0.74% | 0.55% | - |
| XYZ | 7.04 | 4.06 | 25.61 | - |
| YUV | 54.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 141 | 0.61 | 0.74 | 0 | 0.45 | 250.38 | 0.58 | 0.35 |
| Hex | 37 | 25 | 8D | 3D | 4A | 0 | 2D | FA | 3A | 23 |
| Octal | 67 | 45 | 215 | 75 | 112 | 0 | 55 | 372 | 72 | 43 |
| Binary | 110111 | 100101 | 10001101 | 111101 | 1001010 | 0 | 101101 | 11111010 | 111010 | 100011 |
Color Harmonies of #37258D
Complementary color
Monochromatic Colors of #37258D
Black with #37258D
Text Example
Text Example
White with #37258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37258D; }
p { color: rgb(55,37,141); }
H1.HeaderClassName
{
color: #37258D;
}
.AnyTagClassName
{
color: #37258D;
}
</style>
background-color css
<style>
a { background-color: #37258D; }
a { background-color: rgb(55,37,141); }
div.DivClassName
{
background-color: #37258D;
}
.BgClassName
{
background-color: #37258D;
}
</style>
border-color css
<style>
span { border-color: #37258D; }
span { border-color: rgb(55,37,141); }
td.TdClassName
{
border-color: #37258D;
}
.TagClassName
{
border-color: #37258D;
}
</style>