Shades of Dark Slate Blue #363699
Tints of Dark Slate Blue #363699
RGB
CMYK
RGB Variations
Color information
#363699 (or 0x363699) is known color: Dark Slate Blue. HEX triplet: 36, 36 and 99. RGB value is (54,54,153). Sum of RGB (Red+Green+Blue) = 54+54+153=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #363699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363699 is #C9C966. Grayscale: #404040. Windows color (decimal): -13224295 or 10040886. OLE color: 10040886.
HSL color Cylindrical-coordinate representation of color #363699: hue angle of 240º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363699 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 54 | 153 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.4 |
| HSL | 240º | 0.48% | 0.41% | - |
| HSV(B) | 240º | 0.65% | 0.6% | - |
| XYZ | 8.59 | 5.72 | 30.79 | - |
| YUV | 65.29 | 177.5 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 153 | 0.65 | 0.65 | 0 | 0.4 | 240 | 0.48 | 0.41 |
| Hex | 36 | 36 | 99 | 41 | 41 | 0 | 28 | F0 | 30 | 29 |
| Octal | 66 | 66 | 231 | 101 | 101 | 0 | 50 | 360 | 60 | 51 |
| Binary | 110110 | 110110 | 10011001 | 1000001 | 1000001 | 0 | 101000 | 11110000 | 110000 | 101001 |
Color Harmonies of #363699
Complementary color
Monochromatic Colors of #363699
Black with #363699
Text Example
Text Example
White with #363699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363699; }
p { color: rgb(54,54,153); }
H1.HeaderClassName
{
color: #363699;
}
.AnyTagClassName
{
color: #363699;
}
</style>
background-color css
<style>
a { background-color: #363699; }
a { background-color: rgb(54,54,153); }
div.DivClassName
{
background-color: #363699;
}
.BgClassName
{
background-color: #363699;
}
</style>
border-color css
<style>
span { border-color: #363699; }
span { border-color: rgb(54,54,153); }
td.TdClassName
{
border-color: #363699;
}
.TagClassName
{
border-color: #363699;
}
</style>