Shades of Dark Slate Blue #37258F
Tints of Dark Slate Blue #37258F
RGB
CMYK
RGB Variations
Color information
#37258F (or 0x37258F) is known color: Dark Slate Blue. HEX triplet: 37, 25 and 8F. RGB value is (55,37,143). Sum of RGB (Red+Green+Blue) = 55+37+143=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #37258F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37258F is #C8DA70. Grayscale: #363636. Windows color (decimal): -13163121 or 9381175. OLE color: 9381175.
HSL color Cylindrical-coordinate representation of color #37258F: hue angle of 250.19º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37258F is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 37 | 143 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.44 |
| HSL | 250.19º | 0.59% | 0.35% | - |
| HSV(B) | 250.19º | 0.74% | 0.56% | - |
| XYZ | 7.2 | 4.12 | 26.4 | - |
| YUV | 54.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 143 | 0.62 | 0.74 | 0 | 0.44 | 250.19 | 0.59 | 0.35 |
| Hex | 37 | 25 | 8F | 3E | 4A | 0 | 2C | FA | 3B | 23 |
| Octal | 67 | 45 | 217 | 76 | 112 | 0 | 54 | 372 | 73 | 43 |
| Binary | 110111 | 100101 | 10001111 | 111110 | 1001010 | 0 | 101100 | 11111010 | 111011 | 100011 |
Color Harmonies of #37258F
Complementary color
Monochromatic Colors of #37258F
Black with #37258F
Text Example
Text Example
White with #37258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37258F; }
p { color: rgb(55,37,143); }
H1.HeaderClassName
{
color: #37258F;
}
.AnyTagClassName
{
color: #37258F;
}
</style>
background-color css
<style>
a { background-color: #37258F; }
a { background-color: rgb(55,37,143); }
div.DivClassName
{
background-color: #37258F;
}
.BgClassName
{
background-color: #37258F;
}
</style>
border-color css
<style>
span { border-color: #37258F; }
span { border-color: rgb(55,37,143); }
td.TdClassName
{
border-color: #37258F;
}
.TagClassName
{
border-color: #37258F;
}
</style>