Shades of Dark Slate Blue #45378D
Tints of Dark Slate Blue #45378D
RGB
CMYK
RGB Variations
Color information
#45378D (or 0x45378D) is known color: Dark Slate Blue. HEX triplet: 45, 37 and 8D. RGB value is (69,55,141). Sum of RGB (Red+Green+Blue) = 69+55+141=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #45378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45378D is #BAC872. Grayscale: #444444. Windows color (decimal): -12241011 or 9254725. OLE color: 9254725.
HSL color Cylindrical-coordinate representation of color #45378D: hue angle of 249.77º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45378D is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 55 | 141 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.45 |
| HSL | 249.77º | 0.44% | 0.38% | - |
| HSV(B) | 249.77º | 0.61% | 0.55% | - |
| XYZ | 8.63 | 5.92 | 25.89 | - |
| YUV | 68.99 | 168.64 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 141 | 0.51 | 0.61 | 0 | 0.45 | 249.77 | 0.44 | 0.38 |
| Hex | 45 | 37 | 8D | 33 | 3D | 0 | 2D | FA | 2C | 26 |
| Octal | 105 | 67 | 215 | 63 | 75 | 0 | 55 | 372 | 54 | 46 |
| Binary | 1000101 | 110111 | 10001101 | 110011 | 111101 | 0 | 101101 | 11111010 | 101100 | 100110 |
Color Harmonies of #45378D
Complementary color
Monochromatic Colors of #45378D
Black with #45378D
Text Example
Text Example
White with #45378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45378D; }
p { color: rgb(69,55,141); }
H1.HeaderClassName
{
color: #45378D;
}
.AnyTagClassName
{
color: #45378D;
}
</style>
background-color css
<style>
a { background-color: #45378D; }
a { background-color: rgb(69,55,141); }
div.DivClassName
{
background-color: #45378D;
}
.BgClassName
{
background-color: #45378D;
}
</style>
border-color css
<style>
span { border-color: #45378D; }
span { border-color: rgb(69,55,141); }
td.TdClassName
{
border-color: #45378D;
}
.TagClassName
{
border-color: #45378D;
}
</style>