Shades of Dark Slate Blue #363D9A
Tints of Dark Slate Blue #363D9A
RGB
CMYK
RGB Variations
Color information
#363D9A (or 0x363D9A) is known color: Dark Slate Blue. HEX triplet: 36, 3D and 9A. RGB value is (54,61,154). Sum of RGB (Red+Green+Blue) = 54+61+154=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #363D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363D9A is #C9C265. Grayscale: #454545. Windows color (decimal): -13222502 or 10108214. OLE color: 10108214.
HSL color Cylindrical-coordinate representation of color #363D9A: hue angle of 235.8º 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 #363D9A is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 61 | 154 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.40 |
| HSL | 235.8º | 0.48% | 0.41% | - |
| HSV(B) | 235.8º | 0.65% | 0.6% | - |
| XYZ | 9.02 | 6.45 | 31.34 | - |
| YUV | 69.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 154 | 0.65 | 0.60 | 0 | 0.40 | 235.8 | 0.48 | 0.41 |
| Hex | 36 | 3D | 9A | 41 | 3C | 0 | 28 | EC | 30 | 29 |
| Octal | 66 | 75 | 232 | 101 | 74 | 0 | 50 | 354 | 60 | 51 |
| Binary | 110110 | 111101 | 10011010 | 1000001 | 111100 | 0 | 101000 | 11101100 | 110000 | 101001 |
Color Harmonies of #363D9A
Complementary color
Monochromatic Colors of #363D9A
Black with #363D9A
Text Example
Text Example
White with #363D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D9A; }
p { color: rgb(54,61,154); }
H1.HeaderClassName
{
color: #363D9A;
}
.AnyTagClassName
{
color: #363D9A;
}
</style>
background-color css
<style>
a { background-color: #363D9A; }
a { background-color: rgb(54,61,154); }
div.DivClassName
{
background-color: #363D9A;
}
.BgClassName
{
background-color: #363D9A;
}
</style>
border-color css
<style>
span { border-color: #363D9A; }
span { border-color: rgb(54,61,154); }
td.TdClassName
{
border-color: #363D9A;
}
.TagClassName
{
border-color: #363D9A;
}
</style>