Shades of Dark Slate Blue #37328F
Tints of Dark Slate Blue #37328F
RGB
CMYK
RGB Variations
Color information
#37328F (or 0x37328F) is known color: Dark Slate Blue. HEX triplet: 37, 32 and 8F. RGB value is (55,50,143). Sum of RGB (Red+Green+Blue) = 55+50+143=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #37328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37328F is #C8CD70. Grayscale: #3D3D3D. Windows color (decimal): -13159793 or 9384503. OLE color: 9384503.
HSL color Cylindrical-coordinate representation of color #37328F: hue angle of 243.23º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37328F is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 50 | 143 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.44 |
| HSL | 243.23º | 0.48% | 0.38% | - |
| HSV(B) | 243.23º | 0.65% | 0.56% | - |
| XYZ | 7.67 | 5.08 | 26.56 | - |
| YUV | 62.1 | 173.66 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 143 | 0.62 | 0.65 | 0 | 0.44 | 243.23 | 0.48 | 0.38 |
| Hex | 37 | 32 | 8F | 3E | 41 | 0 | 2C | F3 | 30 | 26 |
| Octal | 67 | 62 | 217 | 76 | 101 | 0 | 54 | 363 | 60 | 46 |
| Binary | 110111 | 110010 | 10001111 | 111110 | 1000001 | 0 | 101100 | 11110011 | 110000 | 100110 |
Color Harmonies of #37328F
Complementary color
Monochromatic Colors of #37328F
Black with #37328F
Text Example
Text Example
White with #37328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37328F; }
p { color: rgb(55,50,143); }
H1.HeaderClassName
{
color: #37328F;
}
.AnyTagClassName
{
color: #37328F;
}
</style>
background-color css
<style>
a { background-color: #37328F; }
a { background-color: rgb(55,50,143); }
div.DivClassName
{
background-color: #37328F;
}
.BgClassName
{
background-color: #37328F;
}
</style>
border-color css
<style>
span { border-color: #37328F; }
span { border-color: rgb(55,50,143); }
td.TdClassName
{
border-color: #37328F;
}
.TagClassName
{
border-color: #37328F;
}
</style>