Shades of Dark Slate Blue #45378E
Tints of Dark Slate Blue #45378E
RGB
CMYK
RGB Variations
Color information
#45378E (or 0x45378E) is known color: Dark Slate Blue. HEX triplet: 45, 37 and 8E. RGB value is (69,55,142). Sum of RGB (Red+Green+Blue) = 69+55+142=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #45378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45378E is #BAC871. Grayscale: #444444. Windows color (decimal): -12241010 or 9320261. OLE color: 9320261.
HSL color Cylindrical-coordinate representation of color #45378E: hue angle of 249.66º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45378E is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 55 | 142 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.44 |
| HSL | 249.66º | 0.44% | 0.39% | - |
| HSV(B) | 249.66º | 0.61% | 0.56% | - |
| XYZ | 8.7 | 5.95 | 26.28 | - |
| YUV | 69.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 142 | 0.51 | 0.61 | 0 | 0.44 | 249.66 | 0.44 | 0.39 |
| Hex | 45 | 37 | 8E | 33 | 3D | 0 | 2C | FA | 2C | 27 |
| Octal | 105 | 67 | 216 | 63 | 75 | 0 | 54 | 372 | 54 | 47 |
| Binary | 1000101 | 110111 | 10001110 | 110011 | 111101 | 0 | 101100 | 11111010 | 101100 | 100111 |
Color Harmonies of #45378E
Complementary color
Monochromatic Colors of #45378E
Black with #45378E
Text Example
Text Example
White with #45378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45378E; }
p { color: rgb(69,55,142); }
H1.HeaderClassName
{
color: #45378E;
}
.AnyTagClassName
{
color: #45378E;
}
</style>
background-color css
<style>
a { background-color: #45378E; }
a { background-color: rgb(69,55,142); }
div.DivClassName
{
background-color: #45378E;
}
.BgClassName
{
background-color: #45378E;
}
</style>
border-color css
<style>
span { border-color: #45378E; }
span { border-color: rgb(69,55,142); }
td.TdClassName
{
border-color: #45378E;
}
.TagClassName
{
border-color: #45378E;
}
</style>