Shades of Dark Slate Blue #362C93
Tints of Dark Slate Blue #362C93
RGB
CMYK
RGB Variations
Color information
#362C93 (or 0x362C93) is known color: Dark Slate Blue. HEX triplet: 36, 2C and 93. RGB value is (54,44,147). Sum of RGB (Red+Green+Blue) = 54+44+147=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #362C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362C93 is #C9D36C. Grayscale: #3A3A3A. Windows color (decimal): -13226861 or 9645110. OLE color: 9645110.
HSL color Cylindrical-coordinate representation of color #362C93: hue angle of 245.83º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362C93 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 44 | 147 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.42 |
| HSL | 245.83º | 0.54% | 0.37% | - |
| HSV(B) | 245.83º | 0.7% | 0.58% | - |
| XYZ | 7.69 | 4.69 | 28.1 | - |
| YUV | 58.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 147 | 0.63 | 0.70 | 0 | 0.42 | 245.83 | 0.54 | 0.37 |
| Hex | 36 | 2C | 93 | 3F | 46 | 0 | 2A | F6 | 36 | 25 |
| Octal | 66 | 54 | 223 | 77 | 106 | 0 | 52 | 366 | 66 | 45 |
| Binary | 110110 | 101100 | 10010011 | 111111 | 1000110 | 0 | 101010 | 11110110 | 110110 | 100101 |
Color Harmonies of #362C93
Complementary color
Monochromatic Colors of #362C93
Black with #362C93
Text Example
Text Example
White with #362C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C93; }
p { color: rgb(54,44,147); }
H1.HeaderClassName
{
color: #362C93;
}
.AnyTagClassName
{
color: #362C93;
}
</style>
background-color css
<style>
a { background-color: #362C93; }
a { background-color: rgb(54,44,147); }
div.DivClassName
{
background-color: #362C93;
}
.BgClassName
{
background-color: #362C93;
}
</style>
border-color css
<style>
span { border-color: #362C93; }
span { border-color: rgb(54,44,147); }
td.TdClassName
{
border-color: #362C93;
}
.TagClassName
{
border-color: #362C93;
}
</style>