Shades of Dark Slate Blue #453C85
Tints of Dark Slate Blue #453C85
RGB
CMYK
RGB Variations
Color information
#453C85 (or 0x453C85) is known color: Dark Slate Blue. HEX triplet: 45, 3C and 85. RGB value is (69,60,133). Sum of RGB (Red+Green+Blue) = 69+60+133=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #453C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453C85 is #BAC37A. Grayscale: #464646. Windows color (decimal): -12239739 or 8731717. OLE color: 8731717.
HSL color Cylindrical-coordinate representation of color #453C85: hue angle of 247.4º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #453C85 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 60 | 133 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.48 |
| HSL | 247.4º | 0.38% | 0.38% | - |
| HSV(B) | 247.4º | 0.55% | 0.52% | - |
| XYZ | 8.3 | 6.19 | 22.95 | - |
| YUV | 71.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 133 | 0.48 | 0.55 | 0 | 0.48 | 247.4 | 0.38 | 0.38 |
| Hex | 45 | 3C | 85 | 30 | 37 | 0 | 30 | F7 | 26 | 26 |
| Octal | 105 | 74 | 205 | 60 | 67 | 0 | 60 | 367 | 46 | 46 |
| Binary | 1000101 | 111100 | 10000101 | 110000 | 110111 | 0 | 110000 | 11110111 | 100110 | 100110 |
Color Harmonies of #453C85
Complementary color
Monochromatic Colors of #453C85
Black with #453C85
Text Example
Text Example
White with #453C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C85; }
p { color: rgb(69,60,133); }
H1.HeaderClassName
{
color: #453C85;
}
.AnyTagClassName
{
color: #453C85;
}
</style>
background-color css
<style>
a { background-color: #453C85; }
a { background-color: rgb(69,60,133); }
div.DivClassName
{
background-color: #453C85;
}
.BgClassName
{
background-color: #453C85;
}
</style>
border-color css
<style>
span { border-color: #453C85; }
span { border-color: rgb(69,60,133); }
td.TdClassName
{
border-color: #453C85;
}
.TagClassName
{
border-color: #453C85;
}
</style>