Shades of Dark Slate Blue #362E8D
Tints of Dark Slate Blue #362E8D
RGB
CMYK
RGB Variations
Color information
#362E8D (or 0x362E8D) is known color: Dark Slate Blue. HEX triplet: 36, 2E and 8D. RGB value is (54,46,141). Sum of RGB (Red+Green+Blue) = 54+46+141=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #362E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362E8D is #C9D172. Grayscale: #3A3A3A. Windows color (decimal): -13226355 or 9252406. OLE color: 9252406.
HSL color Cylindrical-coordinate representation of color #362E8D: hue angle of 245.05º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #362E8D is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 46 | 141 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.45 |
| HSL | 245.05º | 0.51% | 0.37% | - |
| HSV(B) | 245.05º | 0.67% | 0.55% | - |
| XYZ | 7.31 | 4.66 | 25.71 | - |
| YUV | 59.22 | 174.15 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 141 | 0.62 | 0.67 | 0 | 0.45 | 245.05 | 0.51 | 0.37 |
| Hex | 36 | 2E | 8D | 3E | 43 | 0 | 2D | F5 | 33 | 25 |
| Octal | 66 | 56 | 215 | 76 | 103 | 0 | 55 | 365 | 63 | 45 |
| Binary | 110110 | 101110 | 10001101 | 111110 | 1000011 | 0 | 101101 | 11110101 | 110011 | 100101 |
Color Harmonies of #362E8D
Complementary color
Monochromatic Colors of #362E8D
Black with #362E8D
Text Example
Text Example
White with #362E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E8D; }
p { color: rgb(54,46,141); }
H1.HeaderClassName
{
color: #362E8D;
}
.AnyTagClassName
{
color: #362E8D;
}
</style>
background-color css
<style>
a { background-color: #362E8D; }
a { background-color: rgb(54,46,141); }
div.DivClassName
{
background-color: #362E8D;
}
.BgClassName
{
background-color: #362E8D;
}
</style>
border-color css
<style>
span { border-color: #362E8D; }
span { border-color: rgb(54,46,141); }
td.TdClassName
{
border-color: #362E8D;
}
.TagClassName
{
border-color: #362E8D;
}
</style>