Shades of Dark Slate Blue #453C89
Tints of Dark Slate Blue #453C89
RGB
CMYK
RGB Variations
Color information
#453C89 (or 0x453C89) is known color: Dark Slate Blue. HEX triplet: 45, 3C and 89. RGB value is (69,60,137). Sum of RGB (Red+Green+Blue) = 69+60+137=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #453C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453C89 is #BAC376. Grayscale: #474747. Windows color (decimal): -12239735 or 8993861. OLE color: 8993861.
HSL color Cylindrical-coordinate representation of color #453C89: hue angle of 247.01º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #453C89 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 60 | 137 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.46 |
| HSL | 247.01º | 0.39% | 0.39% | - |
| HSV(B) | 247.01º | 0.56% | 0.54% | - |
| XYZ | 8.59 | 6.3 | 24.43 | - |
| YUV | 71.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 137 | 0.50 | 0.56 | 0 | 0.46 | 247.01 | 0.39 | 0.39 |
| Hex | 45 | 3C | 89 | 32 | 38 | 0 | 2E | F7 | 27 | 27 |
| Octal | 105 | 74 | 211 | 62 | 70 | 0 | 56 | 367 | 47 | 47 |
| Binary | 1000101 | 111100 | 10001001 | 110010 | 111000 | 0 | 101110 | 11110111 | 100111 | 100111 |
Color Harmonies of #453C89
Complementary color
Monochromatic Colors of #453C89
Black with #453C89
Text Example
Text Example
White with #453C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C89; }
p { color: rgb(69,60,137); }
H1.HeaderClassName
{
color: #453C89;
}
.AnyTagClassName
{
color: #453C89;
}
</style>
background-color css
<style>
a { background-color: #453C89; }
a { background-color: rgb(69,60,137); }
div.DivClassName
{
background-color: #453C89;
}
.BgClassName
{
background-color: #453C89;
}
</style>
border-color css
<style>
span { border-color: #453C89; }
span { border-color: rgb(69,60,137); }
td.TdClassName
{
border-color: #453C89;
}
.TagClassName
{
border-color: #453C89;
}
</style>