Shades of Dark Slate Blue #36289D
Tints of Dark Slate Blue #36289D
RGB
CMYK
RGB Variations
Color information
#36289D (or 0x36289D) is known color: Dark Slate Blue. HEX triplet: 36, 28 and 9D. RGB value is (54,40,157). Sum of RGB (Red+Green+Blue) = 54+40+157=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #36289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36289D is #C9D762. Grayscale: #393939. Windows color (decimal): -13227875 or 10299446. OLE color: 10299446.
HSL color Cylindrical-coordinate representation of color #36289D: hue angle of 247.18º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36289D is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 40 | 157 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.38 |
| HSL | 247.18º | 0.59% | 0.39% | - |
| HSV(B) | 247.18º | 0.75% | 0.62% | - |
| XYZ | 8.37 | 4.74 | 32.37 | - |
| YUV | 57.52 | 184.14 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 157 | 0.66 | 0.75 | 0 | 0.38 | 247.18 | 0.59 | 0.39 |
| Hex | 36 | 28 | 9D | 42 | 4B | 0 | 26 | F7 | 3B | 27 |
| Octal | 66 | 50 | 235 | 102 | 113 | 0 | 46 | 367 | 73 | 47 |
| Binary | 110110 | 101000 | 10011101 | 1000010 | 1001011 | 0 | 100110 | 11110111 | 111011 | 100111 |
Color Harmonies of #36289D
Complementary color
Monochromatic Colors of #36289D
Black with #36289D
Text Example
Text Example
White with #36289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36289D; }
p { color: rgb(54,40,157); }
H1.HeaderClassName
{
color: #36289D;
}
.AnyTagClassName
{
color: #36289D;
}
</style>
background-color css
<style>
a { background-color: #36289D; }
a { background-color: rgb(54,40,157); }
div.DivClassName
{
background-color: #36289D;
}
.BgClassName
{
background-color: #36289D;
}
</style>
border-color css
<style>
span { border-color: #36289D; }
span { border-color: rgb(54,40,157); }
td.TdClassName
{
border-color: #36289D;
}
.TagClassName
{
border-color: #36289D;
}
</style>