Shades of Dark Slate Blue #363CA0
Tints of Dark Slate Blue #363CA0
RGB
CMYK
RGB Variations
Color information
#363CA0 (or 0x363CA0) is known color: Dark Slate Blue. HEX triplet: 36, 3C and A0. RGB value is (54,60,160). Sum of RGB (Red+Green+Blue) = 54+60+160=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #363CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363CA0 is #C9C35F. Grayscale: #454545. Windows color (decimal): -13222752 or 10501174. OLE color: 10501174.
HSL color Cylindrical-coordinate representation of color #363CA0: hue angle of 236.6º 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 #363CA0 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 60 | 160 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.37 |
| HSL | 236.6º | 0.5% | 0.42% | - |
| HSV(B) | 236.6º | 0.66% | 0.63% | - |
| XYZ | 9.48 | 6.55 | 34.02 | - |
| YUV | 69.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 160 | 0.66 | 0.62 | 0 | 0.37 | 236.6 | 0.5 | 0.42 |
| Hex | 36 | 3C | A0 | 42 | 3E | 0 | 25 | ED | 32 | 2A |
| Octal | 66 | 74 | 240 | 102 | 76 | 0 | 45 | 355 | 62 | 52 |
| Binary | 110110 | 111100 | 10100000 | 1000010 | 111110 | 0 | 100101 | 11101101 | 110010 | 101010 |
Color Harmonies of #363CA0
Complementary color
Monochromatic Colors of #363CA0
Black with #363CA0
Text Example
Text Example
White with #363CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CA0; }
p { color: rgb(54,60,160); }
H1.HeaderClassName
{
color: #363CA0;
}
.AnyTagClassName
{
color: #363CA0;
}
</style>
background-color css
<style>
a { background-color: #363CA0; }
a { background-color: rgb(54,60,160); }
div.DivClassName
{
background-color: #363CA0;
}
.BgClassName
{
background-color: #363CA0;
}
</style>
border-color css
<style>
span { border-color: #363CA0; }
span { border-color: rgb(54,60,160); }
td.TdClassName
{
border-color: #363CA0;
}
.TagClassName
{
border-color: #363CA0;
}
</style>