Shades of Dark Slate Blue #362A9B
Tints of Dark Slate Blue #362A9B
RGB
CMYK
RGB Variations
Color information
#362A9B (or 0x362A9B) is known color: Dark Slate Blue. HEX triplet: 36, 2A and 9B. RGB value is (54,42,155). Sum of RGB (Red+Green+Blue) = 54+42+155=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #362A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362A9B is #C9D564. Grayscale: #3A3A3A. Windows color (decimal): -13227365 or 10168886. OLE color: 10168886.
HSL color Cylindrical-coordinate representation of color #362A9B: hue angle of 246.37º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #362A9B is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 42 | 155 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.39 |
| HSL | 246.37º | 0.57% | 0.39% | - |
| HSV(B) | 246.37º | 0.73% | 0.61% | - |
| XYZ | 8.27 | 4.81 | 31.5 | - |
| YUV | 58.47 | 182.48 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 155 | 0.65 | 0.73 | 0 | 0.39 | 246.37 | 0.57 | 0.39 |
| Hex | 36 | 2A | 9B | 41 | 49 | 0 | 27 | F6 | 39 | 27 |
| Octal | 66 | 52 | 233 | 101 | 111 | 0 | 47 | 366 | 71 | 47 |
| Binary | 110110 | 101010 | 10011011 | 1000001 | 1001001 | 0 | 100111 | 11110110 | 111001 | 100111 |
Color Harmonies of #362A9B
Complementary color
Monochromatic Colors of #362A9B
Black with #362A9B
Text Example
Text Example
White with #362A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A9B; }
p { color: rgb(54,42,155); }
H1.HeaderClassName
{
color: #362A9B;
}
.AnyTagClassName
{
color: #362A9B;
}
</style>
background-color css
<style>
a { background-color: #362A9B; }
a { background-color: rgb(54,42,155); }
div.DivClassName
{
background-color: #362A9B;
}
.BgClassName
{
background-color: #362A9B;
}
</style>
border-color css
<style>
span { border-color: #362A9B; }
span { border-color: rgb(54,42,155); }
td.TdClassName
{
border-color: #362A9B;
}
.TagClassName
{
border-color: #362A9B;
}
</style>