Shades of Dark Slate Blue #37359D
Tints of Dark Slate Blue #37359D
RGB
CMYK
RGB Variations
Color information
#37359D (or 0x37359D) is known color: Dark Slate Blue. HEX triplet: 37, 35 and 9D. RGB value is (55,53,157). Sum of RGB (Red+Green+Blue) = 55+53+157=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #37359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37359D is #C8CA62. Grayscale: #414141. Windows color (decimal): -13159011 or 10302775. OLE color: 10302775.
HSL color Cylindrical-coordinate representation of color #37359D: hue angle of 241.15º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37359D is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 53 | 157 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.38 |
| HSL | 241.15º | 0.5% | 0.41% | - |
| HSV(B) | 241.15º | 0.66% | 0.62% | - |
| XYZ | 8.93 | 5.79 | 32.55 | - |
| YUV | 65.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 157 | 0.65 | 0.66 | 0 | 0.38 | 241.15 | 0.5 | 0.41 |
| Hex | 37 | 35 | 9D | 41 | 42 | 0 | 26 | F1 | 32 | 29 |
| Octal | 67 | 65 | 235 | 101 | 102 | 0 | 46 | 361 | 62 | 51 |
| Binary | 110111 | 110101 | 10011101 | 1000001 | 1000010 | 0 | 100110 | 11110001 | 110010 | 101001 |
Color Harmonies of #37359D
Complementary color
Monochromatic Colors of #37359D
Black with #37359D
Text Example
Text Example
White with #37359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37359D; }
p { color: rgb(55,53,157); }
H1.HeaderClassName
{
color: #37359D;
}
.AnyTagClassName
{
color: #37359D;
}
</style>
background-color css
<style>
a { background-color: #37359D; }
a { background-color: rgb(55,53,157); }
div.DivClassName
{
background-color: #37359D;
}
.BgClassName
{
background-color: #37359D;
}
</style>
border-color css
<style>
span { border-color: #37359D; }
span { border-color: rgb(55,53,157); }
td.TdClassName
{
border-color: #37359D;
}
.TagClassName
{
border-color: #37359D;
}
</style>