Shades of Dark Slate Blue #362C90
Tints of Dark Slate Blue #362C90
RGB
CMYK
RGB Variations
Color information
#362C90 (or 0x362C90) is known color: Dark Slate Blue. HEX triplet: 36, 2C and 90. RGB value is (54,44,144). Sum of RGB (Red+Green+Blue) = 54+44+144=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #362C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362C90 is #C9D36F. Grayscale: #3A3A3A. Windows color (decimal): -13226864 or 9448502. OLE color: 9448502.
HSL color Cylindrical-coordinate representation of color #362C90: hue angle of 246º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362C90 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 44 | 144 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.44 |
| HSL | 246º | 0.53% | 0.37% | - |
| HSV(B) | 246º | 0.69% | 0.56% | - |
| XYZ | 7.46 | 4.6 | 26.88 | - |
| YUV | 58.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 144 | 0.63 | 0.69 | 0 | 0.44 | 246 | 0.53 | 0.37 |
| Hex | 36 | 2C | 90 | 3F | 45 | 0 | 2C | F6 | 35 | 25 |
| Octal | 66 | 54 | 220 | 77 | 105 | 0 | 54 | 366 | 65 | 45 |
| Binary | 110110 | 101100 | 10010000 | 111111 | 1000101 | 0 | 101100 | 11110110 | 110101 | 100101 |
Color Harmonies of #362C90
Complementary color
Monochromatic Colors of #362C90
Black with #362C90
Text Example
Text Example
White with #362C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C90; }
p { color: rgb(54,44,144); }
H1.HeaderClassName
{
color: #362C90;
}
.AnyTagClassName
{
color: #362C90;
}
</style>
background-color css
<style>
a { background-color: #362C90; }
a { background-color: rgb(54,44,144); }
div.DivClassName
{
background-color: #362C90;
}
.BgClassName
{
background-color: #362C90;
}
</style>
border-color css
<style>
span { border-color: #362C90; }
span { border-color: rgb(54,44,144); }
td.TdClassName
{
border-color: #362C90;
}
.TagClassName
{
border-color: #362C90;
}
</style>