Shades of Dark Slate Blue #362D96
Tints of Dark Slate Blue #362D96
RGB
CMYK
RGB Variations
Color information
#362D96 (or 0x362D96) is known color: Dark Slate Blue. HEX triplet: 36, 2D and 96. RGB value is (54,45,150). Sum of RGB (Red+Green+Blue) = 54+45+150=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #362D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362D96 is #C9D269. Grayscale: #3B3B3B. Windows color (decimal): -13226602 or 9841974. OLE color: 9841974.
HSL color Cylindrical-coordinate representation of color #362D96: hue angle of 245.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362D96 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 45 | 150 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.41 |
| HSL | 245.14º | 0.54% | 0.38% | - |
| HSV(B) | 245.14º | 0.7% | 0.59% | - |
| XYZ | 7.96 | 4.86 | 29.37 | - |
| YUV | 59.66 | 178.98 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 150 | 0.64 | 0.70 | 0 | 0.41 | 245.14 | 0.54 | 0.38 |
| Hex | 36 | 2D | 96 | 40 | 46 | 0 | 29 | F5 | 36 | 26 |
| Octal | 66 | 55 | 226 | 100 | 106 | 0 | 51 | 365 | 66 | 46 |
| Binary | 110110 | 101101 | 10010110 | 1000000 | 1000110 | 0 | 101001 | 11110101 | 110110 | 100110 |
Color Harmonies of #362D96
Complementary color
Monochromatic Colors of #362D96
Black with #362D96
Text Example
Text Example
White with #362D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D96; }
p { color: rgb(54,45,150); }
H1.HeaderClassName
{
color: #362D96;
}
.AnyTagClassName
{
color: #362D96;
}
</style>
background-color css
<style>
a { background-color: #362D96; }
a { background-color: rgb(54,45,150); }
div.DivClassName
{
background-color: #362D96;
}
.BgClassName
{
background-color: #362D96;
}
</style>
border-color css
<style>
span { border-color: #362D96; }
span { border-color: rgb(54,45,150); }
td.TdClassName
{
border-color: #362D96;
}
.TagClassName
{
border-color: #362D96;
}
</style>