Shades of Dark Slate Blue #363C9D
Tints of Dark Slate Blue #363C9D
RGB
CMYK
RGB Variations
Color information
#363C9D (or 0x363C9D) is known color: Dark Slate Blue. HEX triplet: 36, 3C and 9D. RGB value is (54,60,157). Sum of RGB (Red+Green+Blue) = 54+60+157=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #363C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C9D is #C9C362. Grayscale: #444444. Windows color (decimal): -13222755 or 10304566. OLE color: 10304566.
HSL color Cylindrical-coordinate representation of color #363C9D: hue angle of 236.5º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363C9D is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 60 | 157 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.38 |
| HSL | 236.5º | 0.49% | 0.41% | - |
| HSV(B) | 236.5º | 0.66% | 0.62% | - |
| XYZ | 9.22 | 6.45 | 32.66 | - |
| YUV | 69.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 157 | 0.66 | 0.62 | 0 | 0.38 | 236.5 | 0.49 | 0.41 |
| Hex | 36 | 3C | 9D | 42 | 3E | 0 | 26 | ED | 31 | 29 |
| Octal | 66 | 74 | 235 | 102 | 76 | 0 | 46 | 355 | 61 | 51 |
| Binary | 110110 | 111100 | 10011101 | 1000010 | 111110 | 0 | 100110 | 11101101 | 110001 | 101001 |
Color Harmonies of #363C9D
Complementary color
Monochromatic Colors of #363C9D
Black with #363C9D
Text Example
Text Example
White with #363C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C9D; }
p { color: rgb(54,60,157); }
H1.HeaderClassName
{
color: #363C9D;
}
.AnyTagClassName
{
color: #363C9D;
}
</style>
background-color css
<style>
a { background-color: #363C9D; }
a { background-color: rgb(54,60,157); }
div.DivClassName
{
background-color: #363C9D;
}
.BgClassName
{
background-color: #363C9D;
}
</style>
border-color css
<style>
span { border-color: #363C9D; }
span { border-color: rgb(54,60,157); }
td.TdClassName
{
border-color: #363C9D;
}
.TagClassName
{
border-color: #363C9D;
}
</style>