Shades of Dark Slate Blue #363695
Tints of Dark Slate Blue #363695
RGB
CMYK
RGB Variations
Color information
#363695 (or 0x363695) is known color: Dark Slate Blue. HEX triplet: 36, 36 and 95. RGB value is (54,54,149). Sum of RGB (Red+Green+Blue) = 54+54+149=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #363695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363695 is #C9C96A. Grayscale: #404040. Windows color (decimal): -13224299 or 9778742. OLE color: 9778742.
HSL color Cylindrical-coordinate representation of color #363695: hue angle of 240º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #363695 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 54 | 149 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.42 |
| HSL | 240º | 0.47% | 0.4% | - |
| HSV(B) | 240º | 0.64% | 0.58% | - |
| XYZ | 8.27 | 5.59 | 29.08 | - |
| YUV | 64.83 | 175.5 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 149 | 0.64 | 0.64 | 0 | 0.42 | 240 | 0.47 | 0.4 |
| Hex | 36 | 36 | 95 | 40 | 40 | 0 | 2A | F0 | 2F | 28 |
| Octal | 66 | 66 | 225 | 100 | 100 | 0 | 52 | 360 | 57 | 50 |
| Binary | 110110 | 110110 | 10010101 | 1000000 | 1000000 | 0 | 101010 | 11110000 | 101111 | 101000 |
Color Harmonies of #363695
Complementary color
Monochromatic Colors of #363695
Black with #363695
Text Example
Text Example
White with #363695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363695; }
p { color: rgb(54,54,149); }
H1.HeaderClassName
{
color: #363695;
}
.AnyTagClassName
{
color: #363695;
}
</style>
background-color css
<style>
a { background-color: #363695; }
a { background-color: rgb(54,54,149); }
div.DivClassName
{
background-color: #363695;
}
.BgClassName
{
background-color: #363695;
}
</style>
border-color css
<style>
span { border-color: #363695; }
span { border-color: rgb(54,54,149); }
td.TdClassName
{
border-color: #363695;
}
.TagClassName
{
border-color: #363695;
}
</style>