Shades of Dark Slate Blue #453884
Tints of Dark Slate Blue #453884
RGB
CMYK
RGB Variations
Color information
#453884 (or 0x453884) is known color: Dark Slate Blue. HEX triplet: 45, 38 and 84. RGB value is (69,56,132). Sum of RGB (Red+Green+Blue) = 69+56+132=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #453884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453884 is #BAC77B. Grayscale: #444444. Windows color (decimal): -12240764 or 8665157. OLE color: 8665157.
HSL color Cylindrical-coordinate representation of color #453884: hue angle of 250.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453884 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 56 | 132 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.48 |
| HSL | 250.26º | 0.4% | 0.37% | - |
| HSV(B) | 250.26º | 0.58% | 0.52% | - |
| XYZ | 8.03 | 5.76 | 22.52 | - |
| YUV | 68.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 132 | 0.48 | 0.58 | 0 | 0.48 | 250.26 | 0.4 | 0.37 |
| Hex | 45 | 38 | 84 | 30 | 3A | 0 | 30 | FA | 28 | 25 |
| Octal | 105 | 70 | 204 | 60 | 72 | 0 | 60 | 372 | 50 | 45 |
| Binary | 1000101 | 111000 | 10000100 | 110000 | 111010 | 0 | 110000 | 11111010 | 101000 | 100101 |
Color Harmonies of #453884
Complementary color
Monochromatic Colors of #453884
Black with #453884
Text Example
Text Example
White with #453884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453884; }
p { color: rgb(69,56,132); }
H1.HeaderClassName
{
color: #453884;
}
.AnyTagClassName
{
color: #453884;
}
</style>
background-color css
<style>
a { background-color: #453884; }
a { background-color: rgb(69,56,132); }
div.DivClassName
{
background-color: #453884;
}
.BgClassName
{
background-color: #453884;
}
</style>
border-color css
<style>
span { border-color: #453884; }
span { border-color: rgb(69,56,132); }
td.TdClassName
{
border-color: #453884;
}
.TagClassName
{
border-color: #453884;
}
</style>