Shades of Dark Slate Blue #36299E
Tints of Dark Slate Blue #36299E
RGB
CMYK
RGB Variations
Color information
#36299E (or 0x36299E) is known color: Dark Slate Blue. HEX triplet: 36, 29 and 9E. RGB value is (54,41,158). Sum of RGB (Red+Green+Blue) = 54+41+158=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #36299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36299E is #C9D661. Grayscale: #393939. Windows color (decimal): -13227618 or 10365238. OLE color: 10365238.
HSL color Cylindrical-coordinate representation of color #36299E: hue angle of 246.67º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36299E is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 41 | 158 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.38 |
| HSL | 246.67º | 0.59% | 0.39% | - |
| HSV(B) | 246.67º | 0.74% | 0.62% | - |
| XYZ | 8.49 | 4.84 | 32.83 | - |
| YUV | 58.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 158 | 0.66 | 0.74 | 0 | 0.38 | 246.67 | 0.59 | 0.39 |
| Hex | 36 | 29 | 9E | 42 | 4A | 0 | 26 | F7 | 3B | 27 |
| Octal | 66 | 51 | 236 | 102 | 112 | 0 | 46 | 367 | 73 | 47 |
| Binary | 110110 | 101001 | 10011110 | 1000010 | 1001010 | 0 | 100110 | 11110111 | 111011 | 100111 |
Color Harmonies of #36299E
Complementary color
Monochromatic Colors of #36299E
Black with #36299E
Text Example
Text Example
White with #36299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36299E; }
p { color: rgb(54,41,158); }
H1.HeaderClassName
{
color: #36299E;
}
.AnyTagClassName
{
color: #36299E;
}
</style>
background-color css
<style>
a { background-color: #36299E; }
a { background-color: rgb(54,41,158); }
div.DivClassName
{
background-color: #36299E;
}
.BgClassName
{
background-color: #36299E;
}
</style>
border-color css
<style>
span { border-color: #36299E; }
span { border-color: rgb(54,41,158); }
td.TdClassName
{
border-color: #36299E;
}
.TagClassName
{
border-color: #36299E;
}
</style>