Shades of Dark Slate Blue #363DA1
Tints of Dark Slate Blue #363DA1
RGB
CMYK
RGB Variations
Color information
#363DA1 (or 0x363DA1) is known color: Dark Slate Blue. HEX triplet: 36, 3D and A1. RGB value is (54,61,161). Sum of RGB (Red+Green+Blue) = 54+61+161=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #363DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DA1 is #C9C25E. Grayscale: #454545. Windows color (decimal): -13222495 or 10566966. OLE color: 10566966.
HSL color Cylindrical-coordinate representation of color #363DA1: hue angle of 236.07º 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 #363DA1 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 61 | 161 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.37 |
| HSL | 236.07º | 0.5% | 0.42% | - |
| HSV(B) | 236.07º | 0.66% | 0.63% | - |
| XYZ | 9.62 | 6.69 | 34.5 | - |
| YUV | 70.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 161 | 0.66 | 0.62 | 0 | 0.37 | 236.07 | 0.5 | 0.42 |
| Hex | 36 | 3D | A1 | 42 | 3E | 0 | 25 | EC | 32 | 2A |
| Octal | 66 | 75 | 241 | 102 | 76 | 0 | 45 | 354 | 62 | 52 |
| Binary | 110110 | 111101 | 10100001 | 1000010 | 111110 | 0 | 100101 | 11101100 | 110010 | 101010 |
Color Harmonies of #363DA1
Complementary color
Monochromatic Colors of #363DA1
Black with #363DA1
Text Example
Text Example
White with #363DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DA1; }
p { color: rgb(54,61,161); }
H1.HeaderClassName
{
color: #363DA1;
}
.AnyTagClassName
{
color: #363DA1;
}
</style>
background-color css
<style>
a { background-color: #363DA1; }
a { background-color: rgb(54,61,161); }
div.DivClassName
{
background-color: #363DA1;
}
.BgClassName
{
background-color: #363DA1;
}
</style>
border-color css
<style>
span { border-color: #363DA1; }
span { border-color: rgb(54,61,161); }
td.TdClassName
{
border-color: #363DA1;
}
.TagClassName
{
border-color: #363DA1;
}
</style>