Shades of Dark Slate Blue #363D99
Tints of Dark Slate Blue #363D99
RGB
CMYK
RGB Variations
Color information
#363D99 (or 0x363D99) is known color: Dark Slate Blue. HEX triplet: 36, 3D and 99. RGB value is (54,61,153). Sum of RGB (Red+Green+Blue) = 54+61+153=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #363D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363D99 is #C9C266. Grayscale: #454545. Windows color (decimal): -13222503 or 10042678. OLE color: 10042678.
HSL color Cylindrical-coordinate representation of color #363D99: hue angle of 235.76º 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 #363D99 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 61 | 153 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.4 |
| HSL | 235.76º | 0.48% | 0.41% | - |
| HSV(B) | 235.76º | 0.65% | 0.6% | - |
| XYZ | 8.94 | 6.42 | 30.91 | - |
| YUV | 69.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 153 | 0.65 | 0.60 | 0 | 0.4 | 235.76 | 0.48 | 0.41 |
| Hex | 36 | 3D | 99 | 41 | 3C | 0 | 28 | EC | 30 | 29 |
| Octal | 66 | 75 | 231 | 101 | 74 | 0 | 50 | 354 | 60 | 51 |
| Binary | 110110 | 111101 | 10011001 | 1000001 | 111100 | 0 | 101000 | 11101100 | 110000 | 101001 |
Color Harmonies of #363D99
Complementary color
Monochromatic Colors of #363D99
Black with #363D99
Text Example
Text Example
White with #363D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D99; }
p { color: rgb(54,61,153); }
H1.HeaderClassName
{
color: #363D99;
}
.AnyTagClassName
{
color: #363D99;
}
</style>
background-color css
<style>
a { background-color: #363D99; }
a { background-color: rgb(54,61,153); }
div.DivClassName
{
background-color: #363D99;
}
.BgClassName
{
background-color: #363D99;
}
</style>
border-color css
<style>
span { border-color: #363D99; }
span { border-color: rgb(54,61,153); }
td.TdClassName
{
border-color: #363D99;
}
.TagClassName
{
border-color: #363D99;
}
</style>