Shades of Dark Slate Blue #36308C
Tints of Dark Slate Blue #36308C
RGB
CMYK
RGB Variations
Color information
#36308C (or 0x36308C) is known color: Dark Slate Blue. HEX triplet: 36, 30 and 8C. RGB value is (54,48,140). Sum of RGB (Red+Green+Blue) = 54+48+140=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #36308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36308C is #C9CF73. Grayscale: #3B3B3B. Windows color (decimal): -13225844 or 9187382. OLE color: 9187382.
HSL color Cylindrical-coordinate representation of color #36308C: hue angle of 243.91º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36308C is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 48 | 140 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.45 |
| HSL | 243.91º | 0.49% | 0.37% | - |
| HSV(B) | 243.91º | 0.66% | 0.55% | - |
| XYZ | 7.31 | 4.79 | 25.35 | - |
| YUV | 60.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 140 | 0.61 | 0.66 | 0 | 0.45 | 243.91 | 0.49 | 0.37 |
| Hex | 36 | 30 | 8C | 3D | 42 | 0 | 2D | F4 | 31 | 25 |
| Octal | 66 | 60 | 214 | 75 | 102 | 0 | 55 | 364 | 61 | 45 |
| Binary | 110110 | 110000 | 10001100 | 111101 | 1000010 | 0 | 101101 | 11110100 | 110001 | 100101 |
Color Harmonies of #36308C
Complementary color
Monochromatic Colors of #36308C
Black with #36308C
Text Example
Text Example
White with #36308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36308C; }
p { color: rgb(54,48,140); }
H1.HeaderClassName
{
color: #36308C;
}
.AnyTagClassName
{
color: #36308C;
}
</style>
background-color css
<style>
a { background-color: #36308C; }
a { background-color: rgb(54,48,140); }
div.DivClassName
{
background-color: #36308C;
}
.BgClassName
{
background-color: #36308C;
}
</style>
border-color css
<style>
span { border-color: #36308C; }
span { border-color: rgb(54,48,140); }
td.TdClassName
{
border-color: #36308C;
}
.TagClassName
{
border-color: #36308C;
}
</style>