Shades of Dark Slate Blue #362D95
Tints of Dark Slate Blue #362D95
RGB
CMYK
RGB Variations
Color information
#362D95 (or 0x362D95) is known color: Dark Slate Blue. HEX triplet: 36, 2D and 95. RGB value is (54,45,149). Sum of RGB (Red+Green+Blue) = 54+45+149=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #362D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362D95 is #C9D26A. Grayscale: #3B3B3B. Windows color (decimal): -13226603 or 9776438. OLE color: 9776438.
HSL color Cylindrical-coordinate representation of color #362D95: hue angle of 245.19º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362D95 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 45 | 149 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.42 |
| HSL | 245.19º | 0.54% | 0.38% | - |
| HSV(B) | 245.19º | 0.7% | 0.58% | - |
| XYZ | 7.88 | 4.83 | 28.95 | - |
| YUV | 59.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 149 | 0.64 | 0.70 | 0 | 0.42 | 245.19 | 0.54 | 0.38 |
| Hex | 36 | 2D | 95 | 40 | 46 | 0 | 2A | F5 | 36 | 26 |
| Octal | 66 | 55 | 225 | 100 | 106 | 0 | 52 | 365 | 66 | 46 |
| Binary | 110110 | 101101 | 10010101 | 1000000 | 1000110 | 0 | 101010 | 11110101 | 110110 | 100110 |
Color Harmonies of #362D95
Complementary color
Monochromatic Colors of #362D95
Black with #362D95
Text Example
Text Example
White with #362D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D95; }
p { color: rgb(54,45,149); }
H1.HeaderClassName
{
color: #362D95;
}
.AnyTagClassName
{
color: #362D95;
}
</style>
background-color css
<style>
a { background-color: #362D95; }
a { background-color: rgb(54,45,149); }
div.DivClassName
{
background-color: #362D95;
}
.BgClassName
{
background-color: #362D95;
}
</style>
border-color css
<style>
span { border-color: #362D95; }
span { border-color: rgb(54,45,149); }
td.TdClassName
{
border-color: #362D95;
}
.TagClassName
{
border-color: #362D95;
}
</style>