Shades of Dark Slate Blue #362DA0
Tints of Dark Slate Blue #362DA0
RGB
CMYK
RGB Variations
Color information
#362DA0 (or 0x362DA0) is known color: Dark Slate Blue. HEX triplet: 36, 2D and A0. RGB value is (54,45,160). Sum of RGB (Red+Green+Blue) = 54+45+160=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 160 (62.89% from 255 or 61.78% from 259); Max value from RGB is 160 - color contains mainly: blue. Hex color #362DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362DA0 is #C9D25F. Grayscale: #3C3C3C. Windows color (decimal): -13226592 or 10497334. OLE color: 10497334.
HSL color Cylindrical-coordinate representation of color #362DA0: hue angle of 244.7º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #362DA0 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 45 | 160 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.37 |
| HSL | 244.7º | 0.56% | 0.4% | - |
| HSV(B) | 244.7º | 0.72% | 0.63% | - |
| XYZ | 8.8 | 5.2 | 33.8 | - |
| YUV | 60.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 160 | 0.66 | 0.72 | 0 | 0.37 | 244.7 | 0.56 | 0.4 |
| Hex | 36 | 2D | A0 | 42 | 48 | 0 | 25 | F5 | 38 | 28 |
| Octal | 66 | 55 | 240 | 102 | 110 | 0 | 45 | 365 | 70 | 50 |
| Binary | 110110 | 101101 | 10100000 | 1000010 | 1001000 | 0 | 100101 | 11110101 | 111000 | 101000 |
Color Harmonies of #362DA0
Complementary color
Monochromatic Colors of #362DA0
Black with #362DA0
Text Example
Text Example
White with #362DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362DA0; }
p { color: rgb(54,45,160); }
H1.HeaderClassName
{
color: #362DA0;
}
.AnyTagClassName
{
color: #362DA0;
}
</style>
background-color css
<style>
a { background-color: #362DA0; }
a { background-color: rgb(54,45,160); }
div.DivClassName
{
background-color: #362DA0;
}
.BgClassName
{
background-color: #362DA0;
}
</style>
border-color css
<style>
span { border-color: #362DA0; }
span { border-color: rgb(54,45,160); }
td.TdClassName
{
border-color: #362DA0;
}
.TagClassName
{
border-color: #362DA0;
}
</style>