Shades of Dark Slate Blue #36288E
Tints of Dark Slate Blue #36288E
RGB
CMYK
RGB Variations
Color information
#36288E (or 0x36288E) is known color: Dark Slate Blue. HEX triplet: 36, 28 and 8E. RGB value is (54,40,142). Sum of RGB (Red+Green+Blue) = 54+40+142=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #36288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36288E is #C9D771. Grayscale: #373737. Windows color (decimal): -13227890 or 9316406. OLE color: 9316406.
HSL color Cylindrical-coordinate representation of color #36288E: hue angle of 248.24º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36288E is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 40 | 142 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.44 |
| HSL | 248.24º | 0.56% | 0.36% | - |
| HSV(B) | 248.24º | 0.72% | 0.56% | - |
| XYZ | 7.16 | 4.25 | 26.03 | - |
| YUV | 55.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 142 | 0.62 | 0.72 | 0 | 0.44 | 248.24 | 0.56 | 0.36 |
| Hex | 36 | 28 | 8E | 3E | 48 | 0 | 2C | F8 | 38 | 24 |
| Octal | 66 | 50 | 216 | 76 | 110 | 0 | 54 | 370 | 70 | 44 |
| Binary | 110110 | 101000 | 10001110 | 111110 | 1001000 | 0 | 101100 | 11111000 | 111000 | 100100 |
Color Harmonies of #36288E
Complementary color
Monochromatic Colors of #36288E
Black with #36288E
Text Example
Text Example
White with #36288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36288E; }
p { color: rgb(54,40,142); }
H1.HeaderClassName
{
color: #36288E;
}
.AnyTagClassName
{
color: #36288E;
}
</style>
background-color css
<style>
a { background-color: #36288E; }
a { background-color: rgb(54,40,142); }
div.DivClassName
{
background-color: #36288E;
}
.BgClassName
{
background-color: #36288E;
}
</style>
border-color css
<style>
span { border-color: #36288E; }
span { border-color: rgb(54,40,142); }
td.TdClassName
{
border-color: #36288E;
}
.TagClassName
{
border-color: #36288E;
}
</style>