Shades of Dark Slate Blue #45378B
Tints of Dark Slate Blue #45378B
RGB
CMYK
RGB Variations
Color information
#45378B (or 0x45378B) is known color: Dark Slate Blue. HEX triplet: 45, 37 and 8B. RGB value is (69,55,139). Sum of RGB (Red+Green+Blue) = 69+55+139=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #45378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45378B is #BAC874. Grayscale: #444444. Windows color (decimal): -12241013 or 9123653. OLE color: 9123653.
HSL color Cylindrical-coordinate representation of color #45378B: hue angle of 250º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45378B is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 55 | 139 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.45 |
| HSL | 250º | 0.43% | 0.38% | - |
| HSV(B) | 250º | 0.6% | 0.55% | - |
| XYZ | 8.48 | 5.86 | 25.11 | - |
| YUV | 68.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 139 | 0.50 | 0.60 | 0 | 0.45 | 250 | 0.43 | 0.38 |
| Hex | 45 | 37 | 8B | 32 | 3C | 0 | 2D | FA | 2B | 26 |
| Octal | 105 | 67 | 213 | 62 | 74 | 0 | 55 | 372 | 53 | 46 |
| Binary | 1000101 | 110111 | 10001011 | 110010 | 111100 | 0 | 101101 | 11111010 | 101011 | 100110 |
Color Harmonies of #45378B
Complementary color
Monochromatic Colors of #45378B
Black with #45378B
Text Example
Text Example
White with #45378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45378B; }
p { color: rgb(69,55,139); }
H1.HeaderClassName
{
color: #45378B;
}
.AnyTagClassName
{
color: #45378B;
}
</style>
background-color css
<style>
a { background-color: #45378B; }
a { background-color: rgb(69,55,139); }
div.DivClassName
{
background-color: #45378B;
}
.BgClassName
{
background-color: #45378B;
}
</style>
border-color css
<style>
span { border-color: #45378B; }
span { border-color: rgb(69,55,139); }
td.TdClassName
{
border-color: #45378B;
}
.TagClassName
{
border-color: #45378B;
}
</style>