Shades of Dark Slate Blue #363C9F
Tints of Dark Slate Blue #363C9F
RGB
CMYK
RGB Variations
Color information
#363C9F (or 0x363C9F) is known color: Dark Slate Blue. HEX triplet: 36, 3C and 9F. RGB value is (54,60,159). Sum of RGB (Red+Green+Blue) = 54+60+159=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #363C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C9F is #C9C360. Grayscale: #454545. Windows color (decimal): -13222753 or 10435638. OLE color: 10435638.
HSL color Cylindrical-coordinate representation of color #363C9F: hue angle of 236.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363C9F is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 60 | 159 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.38 |
| HSL | 236.57º | 0.49% | 0.42% | - |
| HSV(B) | 236.57º | 0.66% | 0.62% | - |
| XYZ | 9.4 | 6.52 | 33.56 | - |
| YUV | 69.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 159 | 0.66 | 0.62 | 0 | 0.38 | 236.57 | 0.49 | 0.42 |
| Hex | 36 | 3C | 9F | 42 | 3E | 0 | 26 | ED | 31 | 2A |
| Octal | 66 | 74 | 237 | 102 | 76 | 0 | 46 | 355 | 61 | 52 |
| Binary | 110110 | 111100 | 10011111 | 1000010 | 111110 | 0 | 100110 | 11101101 | 110001 | 101010 |
Color Harmonies of #363C9F
Complementary color
Monochromatic Colors of #363C9F
Black with #363C9F
Text Example
Text Example
White with #363C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C9F; }
p { color: rgb(54,60,159); }
H1.HeaderClassName
{
color: #363C9F;
}
.AnyTagClassName
{
color: #363C9F;
}
</style>
background-color css
<style>
a { background-color: #363C9F; }
a { background-color: rgb(54,60,159); }
div.DivClassName
{
background-color: #363C9F;
}
.BgClassName
{
background-color: #363C9F;
}
</style>
border-color css
<style>
span { border-color: #363C9F; }
span { border-color: rgb(54,60,159); }
td.TdClassName
{
border-color: #363C9F;
}
.TagClassName
{
border-color: #363C9F;
}
</style>