Shades of Dark Slate Blue #363D9C
Tints of Dark Slate Blue #363D9C
RGB
CMYK
RGB Variations
Color information
#363D9C (or 0x363D9C) is known color: Dark Slate Blue. HEX triplet: 36, 3D and 9C. RGB value is (54,61,156). Sum of RGB (Red+Green+Blue) = 54+61+156=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #363D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363D9C is #C9C263. Grayscale: #454545. Windows color (decimal): -13222500 or 10239286. OLE color: 10239286.
HSL color Cylindrical-coordinate representation of color #363D9C: hue angle of 235.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363D9C is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 61 | 156 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.39 |
| HSL | 235.88º | 0.49% | 0.41% | - |
| HSV(B) | 235.88º | 0.65% | 0.61% | - |
| XYZ | 9.19 | 6.52 | 32.23 | - |
| YUV | 69.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 156 | 0.65 | 0.61 | 0 | 0.39 | 235.88 | 0.49 | 0.41 |
| Hex | 36 | 3D | 9C | 41 | 3D | 0 | 27 | EC | 31 | 29 |
| Octal | 66 | 75 | 234 | 101 | 75 | 0 | 47 | 354 | 61 | 51 |
| Binary | 110110 | 111101 | 10011100 | 1000001 | 111101 | 0 | 100111 | 11101100 | 110001 | 101001 |
Color Harmonies of #363D9C
Complementary color
Monochromatic Colors of #363D9C
Black with #363D9C
Text Example
Text Example
White with #363D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D9C; }
p { color: rgb(54,61,156); }
H1.HeaderClassName
{
color: #363D9C;
}
.AnyTagClassName
{
color: #363D9C;
}
</style>
background-color css
<style>
a { background-color: #363D9C; }
a { background-color: rgb(54,61,156); }
div.DivClassName
{
background-color: #363D9C;
}
.BgClassName
{
background-color: #363D9C;
}
</style>
border-color css
<style>
span { border-color: #363D9C; }
span { border-color: rgb(54,61,156); }
td.TdClassName
{
border-color: #363D9C;
}
.TagClassName
{
border-color: #363D9C;
}
</style>