Shades of Dark Slate Blue #363799
Tints of Dark Slate Blue #363799
RGB
CMYK
RGB Variations
Color information
#363799 (or 0x363799) is known color: Dark Slate Blue. HEX triplet: 36, 37 and 99. RGB value is (54,55,153). Sum of RGB (Red+Green+Blue) = 54+55+153=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #363799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363799 is #C9C866. Grayscale: #414141. Windows color (decimal): -13224039 or 10041142. OLE color: 10041142.
HSL color Cylindrical-coordinate representation of color #363799: hue angle of 239.39º 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 #363799 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 55 | 153 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.4 |
| HSL | 239.39º | 0.48% | 0.41% | - |
| HSV(B) | 239.39º | 0.65% | 0.6% | - |
| XYZ | 8.64 | 5.82 | 30.8 | - |
| YUV | 65.87 | 177.17 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 153 | 0.65 | 0.64 | 0 | 0.4 | 239.39 | 0.48 | 0.41 |
| Hex | 36 | 37 | 99 | 41 | 40 | 0 | 28 | EF | 30 | 29 |
| Octal | 66 | 67 | 231 | 101 | 100 | 0 | 50 | 357 | 60 | 51 |
| Binary | 110110 | 110111 | 10011001 | 1000001 | 1000000 | 0 | 101000 | 11101111 | 110000 | 101001 |
Color Harmonies of #363799
Complementary color
Monochromatic Colors of #363799
Black with #363799
Text Example
Text Example
White with #363799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363799; }
p { color: rgb(54,55,153); }
H1.HeaderClassName
{
color: #363799;
}
.AnyTagClassName
{
color: #363799;
}
</style>
background-color css
<style>
a { background-color: #363799; }
a { background-color: rgb(54,55,153); }
div.DivClassName
{
background-color: #363799;
}
.BgClassName
{
background-color: #363799;
}
</style>
border-color css
<style>
span { border-color: #363799; }
span { border-color: rgb(54,55,153); }
td.TdClassName
{
border-color: #363799;
}
.TagClassName
{
border-color: #363799;
}
</style>