Shades of Dark Slate Blue #453B80
Tints of Dark Slate Blue #453B80
RGB
CMYK
RGB Variations
Color information
#453B80 (or 0x453B80) is known color: Dark Slate Blue. HEX triplet: 45, 3B and 80. RGB value is (69,59,128). Sum of RGB (Red+Green+Blue) = 69+59+128=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #453B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453B80 is #BAC47F. Grayscale: #454545. Windows color (decimal): -12240000 or 8403781. OLE color: 8403781.
HSL color Cylindrical-coordinate representation of color #453B80: hue angle of 248.7º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #453B80 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 59 | 128 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.50 |
| HSL | 248.7º | 0.37% | 0.37% | - |
| HSV(B) | 248.7º | 0.54% | 0.5% | - |
| XYZ | 7.91 | 5.95 | 21.15 | - |
| YUV | 69.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 128 | 0.46 | 0.54 | 0 | 0.50 | 248.7 | 0.37 | 0.37 |
| Hex | 45 | 3B | 80 | 2E | 36 | 0 | 32 | F9 | 25 | 25 |
| Octal | 105 | 73 | 200 | 56 | 66 | 0 | 62 | 371 | 45 | 45 |
| Binary | 1000101 | 111011 | 10000000 | 101110 | 110110 | 0 | 110010 | 11111001 | 100101 | 100101 |
Color Harmonies of #453B80
Complementary color
Monochromatic Colors of #453B80
Black with #453B80
Text Example
Text Example
White with #453B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B80; }
p { color: rgb(69,59,128); }
H1.HeaderClassName
{
color: #453B80;
}
.AnyTagClassName
{
color: #453B80;
}
</style>
background-color css
<style>
a { background-color: #453B80; }
a { background-color: rgb(69,59,128); }
div.DivClassName
{
background-color: #453B80;
}
.BgClassName
{
background-color: #453B80;
}
</style>
border-color css
<style>
span { border-color: #453B80; }
span { border-color: rgb(69,59,128); }
td.TdClassName
{
border-color: #453B80;
}
.TagClassName
{
border-color: #453B80;
}
</style>