Shades of Dark Slate Blue #363AA1
Tints of Dark Slate Blue #363AA1
RGB
CMYK
RGB Variations
Color information
#363AA1 (or 0x363AA1) is known color: Dark Slate Blue. HEX triplet: 36, 3A and A1. RGB value is (54,58,161). Sum of RGB (Red+Green+Blue) = 54+58+161=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #363AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363AA1 is #C9C55E. Grayscale: #444444. Windows color (decimal): -13223263 or 10566198. OLE color: 10566198.
HSL color Cylindrical-coordinate representation of color #363AA1: hue angle of 237.76º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363AA1 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 58 | 161 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.37 |
| HSL | 237.76º | 0.5% | 0.42% | - |
| HSV(B) | 237.76º | 0.66% | 0.63% | - |
| XYZ | 9.47 | 6.38 | 34.45 | - |
| YUV | 68.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 161 | 0.66 | 0.64 | 0 | 0.37 | 237.76 | 0.5 | 0.42 |
| Hex | 36 | 3A | A1 | 42 | 40 | 0 | 25 | EE | 32 | 2A |
| Octal | 66 | 72 | 241 | 102 | 100 | 0 | 45 | 356 | 62 | 52 |
| Binary | 110110 | 111010 | 10100001 | 1000010 | 1000000 | 0 | 100101 | 11101110 | 110010 | 101010 |
Color Harmonies of #363AA1
Complementary color
Monochromatic Colors of #363AA1
Black with #363AA1
Text Example
Text Example
White with #363AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AA1; }
p { color: rgb(54,58,161); }
H1.HeaderClassName
{
color: #363AA1;
}
.AnyTagClassName
{
color: #363AA1;
}
</style>
background-color css
<style>
a { background-color: #363AA1; }
a { background-color: rgb(54,58,161); }
div.DivClassName
{
background-color: #363AA1;
}
.BgClassName
{
background-color: #363AA1;
}
</style>
border-color css
<style>
span { border-color: #363AA1; }
span { border-color: rgb(54,58,161); }
td.TdClassName
{
border-color: #363AA1;
}
.TagClassName
{
border-color: #363AA1;
}
</style>