Shades of Dark Slate Blue #363193
Tints of Dark Slate Blue #363193
RGB
CMYK
RGB Variations
Color information
#363193 (or 0x363193) is known color: Dark Slate Blue. HEX triplet: 36, 31 and 93. RGB value is (54,49,147). Sum of RGB (Red+Green+Blue) = 54+49+147=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #363193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363193 is #C9CE6C. Grayscale: #3D3D3D. Windows color (decimal): -13225581 or 9646390. OLE color: 9646390.
HSL color Cylindrical-coordinate representation of color #363193: hue angle of 243.06º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363193 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 49 | 147 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.42 |
| HSL | 243.06º | 0.5% | 0.38% | - |
| HSV(B) | 243.06º | 0.67% | 0.58% | - |
| XYZ | 7.89 | 5.09 | 28.17 | - |
| YUV | 61.67 | 176.16 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 147 | 0.63 | 0.67 | 0 | 0.42 | 243.06 | 0.5 | 0.38 |
| Hex | 36 | 31 | 93 | 3F | 43 | 0 | 2A | F3 | 32 | 26 |
| Octal | 66 | 61 | 223 | 77 | 103 | 0 | 52 | 363 | 62 | 46 |
| Binary | 110110 | 110001 | 10010011 | 111111 | 1000011 | 0 | 101010 | 11110011 | 110010 | 100110 |
Color Harmonies of #363193
Complementary color
Monochromatic Colors of #363193
Black with #363193
Text Example
Text Example
White with #363193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363193; }
p { color: rgb(54,49,147); }
H1.HeaderClassName
{
color: #363193;
}
.AnyTagClassName
{
color: #363193;
}
</style>
background-color css
<style>
a { background-color: #363193; }
a { background-color: rgb(54,49,147); }
div.DivClassName
{
background-color: #363193;
}
.BgClassName
{
background-color: #363193;
}
</style>
border-color css
<style>
span { border-color: #363193; }
span { border-color: rgb(54,49,147); }
td.TdClassName
{
border-color: #363193;
}
.TagClassName
{
border-color: #363193;
}
</style>