Shades of Dark Slate Blue #362D8D
Tints of Dark Slate Blue #362D8D
RGB
CMYK
RGB Variations
Color information
#362D8D (or 0x362D8D) is known color: Dark Slate Blue. HEX triplet: 36, 2D and 8D. RGB value is (54,45,141). Sum of RGB (Red+Green+Blue) = 54+45+141=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #362D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362D8D is #C9D272. Grayscale: #3A3A3A. Windows color (decimal): -13226611 or 9252150. OLE color: 9252150.
HSL color Cylindrical-coordinate representation of color #362D8D: hue angle of 245.62º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #362D8D is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 45 | 141 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.45 |
| HSL | 245.63º | 0.52% | 0.36% | - |
| HSV(B) | 245.63º | 0.68% | 0.55% | - |
| XYZ | 7.27 | 4.58 | 25.7 | - |
| YUV | 58.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 141 | 0.62 | 0.68 | 0 | 0.45 | 245.63 | 0.52 | 0.36 |
| Hex | 36 | 2D | 8D | 3E | 44 | 0 | 2D | F6 | 34 | 24 |
| Octal | 66 | 55 | 215 | 76 | 104 | 0 | 55 | 366 | 64 | 44 |
| Binary | 110110 | 101101 | 10001101 | 111110 | 1000100 | 0 | 101101 | 11110110 | 110100 | 100100 |
Color Harmonies of #362D8D
Complementary color
Monochromatic Colors of #362D8D
Black with #362D8D
Text Example
Text Example
White with #362D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D8D; }
p { color: rgb(54,45,141); }
H1.HeaderClassName
{
color: #362D8D;
}
.AnyTagClassName
{
color: #362D8D;
}
</style>
background-color css
<style>
a { background-color: #362D8D; }
a { background-color: rgb(54,45,141); }
div.DivClassName
{
background-color: #362D8D;
}
.BgClassName
{
background-color: #362D8D;
}
</style>
border-color css
<style>
span { border-color: #362D8D; }
span { border-color: rgb(54,45,141); }
td.TdClassName
{
border-color: #362D8D;
}
.TagClassName
{
border-color: #362D8D;
}
</style>