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