Shades of Dark Slate Blue #453A84
Tints of Dark Slate Blue #453A84
RGB
CMYK
RGB Variations
Color information
#453A84 (or 0x453A84) is known color: Dark Slate Blue. HEX triplet: 45, 3A and 84. RGB value is (69,58,132). Sum of RGB (Red+Green+Blue) = 69+58+132=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #453A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453A84 is #BAC57B. Grayscale: #454545. Windows color (decimal): -12240252 or 8665669. OLE color: 8665669.
HSL color Cylindrical-coordinate representation of color #453A84: hue angle of 248.92º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #453A84 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 58 | 132 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.48 |
| HSL | 248.92º | 0.39% | 0.37% | - |
| HSV(B) | 248.92º | 0.56% | 0.52% | - |
| XYZ | 8.13 | 5.96 | 22.55 | - |
| YUV | 69.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 132 | 0.48 | 0.56 | 0 | 0.48 | 248.92 | 0.39 | 0.37 |
| Hex | 45 | 3A | 84 | 30 | 38 | 0 | 30 | F9 | 27 | 25 |
| Octal | 105 | 72 | 204 | 60 | 70 | 0 | 60 | 371 | 47 | 45 |
| Binary | 1000101 | 111010 | 10000100 | 110000 | 111000 | 0 | 110000 | 11111001 | 100111 | 100101 |
Color Harmonies of #453A84
Complementary color
Monochromatic Colors of #453A84
Black with #453A84
Text Example
Text Example
White with #453A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A84; }
p { color: rgb(69,58,132); }
H1.HeaderClassName
{
color: #453A84;
}
.AnyTagClassName
{
color: #453A84;
}
</style>
background-color css
<style>
a { background-color: #453A84; }
a { background-color: rgb(69,58,132); }
div.DivClassName
{
background-color: #453A84;
}
.BgClassName
{
background-color: #453A84;
}
</style>
border-color css
<style>
span { border-color: #453A84; }
span { border-color: rgb(69,58,132); }
td.TdClassName
{
border-color: #453A84;
}
.TagClassName
{
border-color: #453A84;
}
</style>