Shades of Dark Slate Blue #363399
Tints of Dark Slate Blue #363399
RGB
CMYK
RGB Variations
Color information
#363399 (or 0x363399) is known color: Dark Slate Blue. HEX triplet: 36, 33 and 99. RGB value is (54,51,153). Sum of RGB (Red+Green+Blue) = 54+51+153=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #363399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363399 is #C9CC66. Grayscale: #3F3F3F. Windows color (decimal): -13225063 or 10040118. OLE color: 10040118.
HSL color Cylindrical-coordinate representation of color #363399: hue angle of 241.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363399 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 51 | 153 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.4 |
| HSL | 241.76º | 0.5% | 0.4% | - |
| HSV(B) | 241.76º | 0.67% | 0.6% | - |
| XYZ | 8.45 | 5.45 | 30.74 | - |
| YUV | 63.53 | 178.49 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 153 | 0.65 | 0.67 | 0 | 0.4 | 241.76 | 0.5 | 0.4 |
| Hex | 36 | 33 | 99 | 41 | 43 | 0 | 28 | F2 | 32 | 28 |
| Octal | 66 | 63 | 231 | 101 | 103 | 0 | 50 | 362 | 62 | 50 |
| Binary | 110110 | 110011 | 10011001 | 1000001 | 1000011 | 0 | 101000 | 11110010 | 110010 | 101000 |
Color Harmonies of #363399
Complementary color
Monochromatic Colors of #363399
Black with #363399
Text Example
Text Example
White with #363399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363399; }
p { color: rgb(54,51,153); }
H1.HeaderClassName
{
color: #363399;
}
.AnyTagClassName
{
color: #363399;
}
</style>
background-color css
<style>
a { background-color: #363399; }
a { background-color: rgb(54,51,153); }
div.DivClassName
{
background-color: #363399;
}
.BgClassName
{
background-color: #363399;
}
</style>
border-color css
<style>
span { border-color: #363399; }
span { border-color: rgb(54,51,153); }
td.TdClassName
{
border-color: #363399;
}
.TagClassName
{
border-color: #363399;
}
</style>