Shades of Dark Slate Blue #36289C
Tints of Dark Slate Blue #36289C
RGB
CMYK
RGB Variations
Color information
#36289C (or 0x36289C) is known color: Dark Slate Blue. HEX triplet: 36, 28 and 9C. RGB value is (54,40,156). Sum of RGB (Red+Green+Blue) = 54+40+156=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #36289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36289C is #C9D763. Grayscale: #383838. Windows color (decimal): -13227876 or 10233910. OLE color: 10233910.
HSL color Cylindrical-coordinate representation of color #36289C: hue angle of 247.24º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36289C is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 40 | 156 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.39 |
| HSL | 247.24º | 0.59% | 0.38% | - |
| HSV(B) | 247.24º | 0.74% | 0.61% | - |
| XYZ | 8.28 | 4.7 | 31.92 | - |
| YUV | 57.41 | 183.64 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 156 | 0.65 | 0.74 | 0 | 0.39 | 247.24 | 0.59 | 0.38 |
| Hex | 36 | 28 | 9C | 41 | 4A | 0 | 27 | F7 | 3B | 26 |
| Octal | 66 | 50 | 234 | 101 | 112 | 0 | 47 | 367 | 73 | 46 |
| Binary | 110110 | 101000 | 10011100 | 1000001 | 1001010 | 0 | 100111 | 11110111 | 111011 | 100110 |
Color Harmonies of #36289C
Complementary color
Monochromatic Colors of #36289C
Black with #36289C
Text Example
Text Example
White with #36289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36289C; }
p { color: rgb(54,40,156); }
H1.HeaderClassName
{
color: #36289C;
}
.AnyTagClassName
{
color: #36289C;
}
</style>
background-color css
<style>
a { background-color: #36289C; }
a { background-color: rgb(54,40,156); }
div.DivClassName
{
background-color: #36289C;
}
.BgClassName
{
background-color: #36289C;
}
</style>
border-color css
<style>
span { border-color: #36289C; }
span { border-color: rgb(54,40,156); }
td.TdClassName
{
border-color: #36289C;
}
.TagClassName
{
border-color: #36289C;
}
</style>