Shades of Dark Slate Blue #363A96
Tints of Dark Slate Blue #363A96
RGB
CMYK
RGB Variations
Color information
#363A96 (or 0x363A96) is known color: Dark Slate Blue. HEX triplet: 36, 3A and 96. RGB value is (54,58,150). Sum of RGB (Red+Green+Blue) = 54+58+150=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #363A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363A96 is #C9C569. Grayscale: #424242. Windows color (decimal): -13223274 or 9845302. OLE color: 9845302.
HSL color Cylindrical-coordinate representation of color #363A96: hue angle of 237.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #363A96 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 58 | 150 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.41 |
| HSL | 237.5º | 0.47% | 0.4% | - |
| HSV(B) | 237.5º | 0.64% | 0.59% | - |
| XYZ | 8.54 | 6.01 | 29.56 | - |
| YUV | 67.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 150 | 0.64 | 0.61 | 0 | 0.41 | 237.5 | 0.47 | 0.4 |
| Hex | 36 | 3A | 96 | 40 | 3D | 0 | 29 | EE | 2F | 28 |
| Octal | 66 | 72 | 226 | 100 | 75 | 0 | 51 | 356 | 57 | 50 |
| Binary | 110110 | 111010 | 10010110 | 1000000 | 111101 | 0 | 101001 | 11101110 | 101111 | 101000 |
Color Harmonies of #363A96
Complementary color
Monochromatic Colors of #363A96
Black with #363A96
Text Example
Text Example
White with #363A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A96; }
p { color: rgb(54,58,150); }
H1.HeaderClassName
{
color: #363A96;
}
.AnyTagClassName
{
color: #363A96;
}
</style>
background-color css
<style>
a { background-color: #363A96; }
a { background-color: rgb(54,58,150); }
div.DivClassName
{
background-color: #363A96;
}
.BgClassName
{
background-color: #363A96;
}
</style>
border-color css
<style>
span { border-color: #363A96; }
span { border-color: rgb(54,58,150); }
td.TdClassName
{
border-color: #363A96;
}
.TagClassName
{
border-color: #363A96;
}
</style>