Shades of Dark Slate Blue #363B99
Tints of Dark Slate Blue #363B99
RGB
CMYK
RGB Variations
Color information
#363B99 (or 0x363B99) is known color: Dark Slate Blue. HEX triplet: 36, 3B and 99. RGB value is (54,59,153). Sum of RGB (Red+Green+Blue) = 54+59+153=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #363B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363B99 is #C9C466. Grayscale: #434343. Windows color (decimal): -13223015 or 10042166. OLE color: 10042166.
HSL color Cylindrical-coordinate representation of color #363B99: hue angle of 236.97º 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 #363B99 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 59 | 153 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.4 |
| HSL | 236.97º | 0.48% | 0.41% | - |
| HSV(B) | 236.97º | 0.65% | 0.6% | - |
| XYZ | 8.84 | 6.21 | 30.87 | - |
| YUV | 68.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 153 | 0.65 | 0.61 | 0 | 0.4 | 236.97 | 0.48 | 0.41 |
| Hex | 36 | 3B | 99 | 41 | 3D | 0 | 28 | ED | 30 | 29 |
| Octal | 66 | 73 | 231 | 101 | 75 | 0 | 50 | 355 | 60 | 51 |
| Binary | 110110 | 111011 | 10011001 | 1000001 | 111101 | 0 | 101000 | 11101101 | 110000 | 101001 |
Color Harmonies of #363B99
Complementary color
Monochromatic Colors of #363B99
Black with #363B99
Text Example
Text Example
White with #363B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B99; }
p { color: rgb(54,59,153); }
H1.HeaderClassName
{
color: #363B99;
}
.AnyTagClassName
{
color: #363B99;
}
</style>
background-color css
<style>
a { background-color: #363B99; }
a { background-color: rgb(54,59,153); }
div.DivClassName
{
background-color: #363B99;
}
.BgClassName
{
background-color: #363B99;
}
</style>
border-color css
<style>
span { border-color: #363B99; }
span { border-color: rgb(54,59,153); }
td.TdClassName
{
border-color: #363B99;
}
.TagClassName
{
border-color: #363B99;
}
</style>