Shades of Dark Slate Blue #36298C
Tints of Dark Slate Blue #36298C
RGB
CMYK
RGB Variations
Color information
#36298C (or 0x36298C) is known color: Dark Slate Blue. HEX triplet: 36, 29 and 8C. RGB value is (54,41,140). Sum of RGB (Red+Green+Blue) = 54+41+140=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #36298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36298C is #C9D673. Grayscale: #373737. Windows color (decimal): -13227636 or 9185590. OLE color: 9185590.
HSL color Cylindrical-coordinate representation of color #36298C: hue angle of 247.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36298C is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 41 | 140 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.45 |
| HSL | 247.88º | 0.55% | 0.35% | - |
| HSV(B) | 247.88º | 0.71% | 0.55% | - |
| XYZ | 7.05 | 4.26 | 25.26 | - |
| YUV | 56.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 140 | 0.61 | 0.71 | 0 | 0.45 | 247.88 | 0.55 | 0.35 |
| Hex | 36 | 29 | 8C | 3D | 47 | 0 | 2D | F8 | 37 | 23 |
| Octal | 66 | 51 | 214 | 75 | 107 | 0 | 55 | 370 | 67 | 43 |
| Binary | 110110 | 101001 | 10001100 | 111101 | 1000111 | 0 | 101101 | 11111000 | 110111 | 100011 |
Color Harmonies of #36298C
Complementary color
Monochromatic Colors of #36298C
Black with #36298C
Text Example
Text Example
White with #36298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36298C; }
p { color: rgb(54,41,140); }
H1.HeaderClassName
{
color: #36298C;
}
.AnyTagClassName
{
color: #36298C;
}
</style>
background-color css
<style>
a { background-color: #36298C; }
a { background-color: rgb(54,41,140); }
div.DivClassName
{
background-color: #36298C;
}
.BgClassName
{
background-color: #36298C;
}
</style>
border-color css
<style>
span { border-color: #36298C; }
span { border-color: rgb(54,41,140); }
td.TdClassName
{
border-color: #36298C;
}
.TagClassName
{
border-color: #36298C;
}
</style>