Shades of Dark Slate Blue #363CA5
Tints of Dark Slate Blue #363CA5
RGB
CMYK
RGB Variations
Color information
#363CA5 (or 0x363CA5) is known color: Dark Slate Blue. HEX triplet: 36, 3C and A5. RGB value is (54,60,165). Sum of RGB (Red+Green+Blue) = 54+60+165=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #363CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363CA5 is #C9C35A. Grayscale: #454545. Windows color (decimal): -13222747 or 10828854. OLE color: 10828854.
HSL color Cylindrical-coordinate representation of color #363CA5: hue angle of 236.76º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363CA5 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 60 | 165 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.35 |
| HSL | 236.76º | 0.51% | 0.43% | - |
| HSV(B) | 236.76º | 0.67% | 0.65% | - |
| XYZ | 9.93 | 6.73 | 36.37 | - |
| YUV | 70.18 | 181.51 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 165 | 0.67 | 0.64 | 0 | 0.35 | 236.76 | 0.51 | 0.43 |
| Hex | 36 | 3C | A5 | 43 | 40 | 0 | 23 | ED | 33 | 2B |
| Octal | 66 | 74 | 245 | 103 | 100 | 0 | 43 | 355 | 63 | 53 |
| Binary | 110110 | 111100 | 10100101 | 1000011 | 1000000 | 0 | 100011 | 11101101 | 110011 | 101011 |
Color Harmonies of #363CA5
Complementary color
Monochromatic Colors of #363CA5
Black with #363CA5
Text Example
Text Example
White with #363CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CA5; }
p { color: rgb(54,60,165); }
H1.HeaderClassName
{
color: #363CA5;
}
.AnyTagClassName
{
color: #363CA5;
}
</style>
background-color css
<style>
a { background-color: #363CA5; }
a { background-color: rgb(54,60,165); }
div.DivClassName
{
background-color: #363CA5;
}
.BgClassName
{
background-color: #363CA5;
}
</style>
border-color css
<style>
span { border-color: #363CA5; }
span { border-color: rgb(54,60,165); }
td.TdClassName
{
border-color: #363CA5;
}
.TagClassName
{
border-color: #363CA5;
}
</style>