Shades of Dark Slate Blue #362590
Tints of Dark Slate Blue #362590
RGB
CMYK
RGB Variations
Color information
#362590 (or 0x362590) is known color: Dark Slate Blue. HEX triplet: 36, 25 and 90. RGB value is (54,37,144). Sum of RGB (Red+Green+Blue) = 54+37+144=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #362590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362590 is #C9DA6F. Grayscale: #353535. Windows color (decimal): -13228656 or 9446710. OLE color: 9446710.
HSL color Cylindrical-coordinate representation of color #362590: hue angle of 249.53º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #362590 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 37 | 144 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.44 |
| HSL | 249.53º | 0.59% | 0.35% | - |
| HSV(B) | 249.53º | 0.74% | 0.56% | - |
| XYZ | 7.22 | 4.12 | 26.8 | - |
| YUV | 54.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 144 | 0.63 | 0.74 | 0 | 0.44 | 249.53 | 0.59 | 0.35 |
| Hex | 36 | 25 | 90 | 3F | 4A | 0 | 2C | FA | 3B | 23 |
| Octal | 66 | 45 | 220 | 77 | 112 | 0 | 54 | 372 | 73 | 43 |
| Binary | 110110 | 100101 | 10010000 | 111111 | 1001010 | 0 | 101100 | 11111010 | 111011 | 100011 |
Color Harmonies of #362590
Complementary color
Monochromatic Colors of #362590
Black with #362590
Text Example
Text Example
White with #362590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362590; }
p { color: rgb(54,37,144); }
H1.HeaderClassName
{
color: #362590;
}
.AnyTagClassName
{
color: #362590;
}
</style>
background-color css
<style>
a { background-color: #362590; }
a { background-color: rgb(54,37,144); }
div.DivClassName
{
background-color: #362590;
}
.BgClassName
{
background-color: #362590;
}
</style>
border-color css
<style>
span { border-color: #362590; }
span { border-color: rgb(54,37,144); }
td.TdClassName
{
border-color: #362590;
}
.TagClassName
{
border-color: #362590;
}
</style>