Shades of Dark Slate Blue #453C80
Tints of Dark Slate Blue #453C80
RGB
CMYK
RGB Variations
Color information
#453C80 (or 0x453C80) is known color: Dark Slate Blue. HEX triplet: 45, 3C and 80. RGB value is (69,60,128). Sum of RGB (Red+Green+Blue) = 69+60+128=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #453C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453C80 is #BAC37F. Grayscale: #464646. Windows color (decimal): -12239744 or 8404037. OLE color: 8404037.
HSL color Cylindrical-coordinate representation of color #453C80: hue angle of 247.94º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #453C80 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 60 | 128 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.50 |
| HSL | 247.94º | 0.36% | 0.37% | - |
| HSV(B) | 247.94º | 0.53% | 0.5% | - |
| XYZ | 7.97 | 6.06 | 21.17 | - |
| YUV | 70.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 128 | 0.46 | 0.53 | 0 | 0.50 | 247.94 | 0.36 | 0.37 |
| Hex | 45 | 3C | 80 | 2E | 35 | 0 | 32 | F8 | 24 | 25 |
| Octal | 105 | 74 | 200 | 56 | 65 | 0 | 62 | 370 | 44 | 45 |
| Binary | 1000101 | 111100 | 10000000 | 101110 | 110101 | 0 | 110010 | 11111000 | 100100 | 100101 |
Color Harmonies of #453C80
Complementary color
Monochromatic Colors of #453C80
Black with #453C80
Text Example
Text Example
White with #453C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C80; }
p { color: rgb(69,60,128); }
H1.HeaderClassName
{
color: #453C80;
}
.AnyTagClassName
{
color: #453C80;
}
</style>
background-color css
<style>
a { background-color: #453C80; }
a { background-color: rgb(69,60,128); }
div.DivClassName
{
background-color: #453C80;
}
.BgClassName
{
background-color: #453C80;
}
</style>
border-color css
<style>
span { border-color: #453C80; }
span { border-color: rgb(69,60,128); }
td.TdClassName
{
border-color: #453C80;
}
.TagClassName
{
border-color: #453C80;
}
</style>