Shades of Dark Slate Blue #362990
Tints of Dark Slate Blue #362990
RGB
CMYK
RGB Variations
Color information
#362990 (or 0x362990) is known color: Dark Slate Blue. HEX triplet: 36, 29 and 90. RGB value is (54,41,144). Sum of RGB (Red+Green+Blue) = 54+41+144=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #362990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362990 is #C9D66F. Grayscale: #383838. Windows color (decimal): -13227632 or 9447734. OLE color: 9447734.
HSL color Cylindrical-coordinate representation of color #362990: hue angle of 247.57º 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 #362990 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 41 | 144 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.44 |
| HSL | 247.57º | 0.56% | 0.36% | - |
| HSV(B) | 247.57º | 0.72% | 0.56% | - |
| XYZ | 7.35 | 4.38 | 26.84 | - |
| YUV | 56.63 | 177.31 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 144 | 0.63 | 0.72 | 0 | 0.44 | 247.57 | 0.56 | 0.36 |
| Hex | 36 | 29 | 90 | 3F | 48 | 0 | 2C | F8 | 38 | 24 |
| Octal | 66 | 51 | 220 | 77 | 110 | 0 | 54 | 370 | 70 | 44 |
| Binary | 110110 | 101001 | 10010000 | 111111 | 1001000 | 0 | 101100 | 11111000 | 111000 | 100100 |
Color Harmonies of #362990
Complementary color
Monochromatic Colors of #362990
Black with #362990
Text Example
Text Example
White with #362990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362990; }
p { color: rgb(54,41,144); }
H1.HeaderClassName
{
color: #362990;
}
.AnyTagClassName
{
color: #362990;
}
</style>
background-color css
<style>
a { background-color: #362990; }
a { background-color: rgb(54,41,144); }
div.DivClassName
{
background-color: #362990;
}
.BgClassName
{
background-color: #362990;
}
</style>
border-color css
<style>
span { border-color: #362990; }
span { border-color: rgb(54,41,144); }
td.TdClassName
{
border-color: #362990;
}
.TagClassName
{
border-color: #362990;
}
</style>