Shades of Dark Slate Blue #453687
Tints of Dark Slate Blue #453687
RGB
CMYK
RGB Variations
Color information
#453687 (or 0x453687) is known color: Dark Slate Blue. HEX triplet: 45, 36 and 87. RGB value is (69,54,135). Sum of RGB (Red+Green+Blue) = 69+54+135=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #453687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453687 is #BAC978. Grayscale: #434343. Windows color (decimal): -12241273 or 8861253. OLE color: 8861253.
HSL color Cylindrical-coordinate representation of color #453687: hue angle of 251.11º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #453687 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 54 | 135 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.47 |
| HSL | 251.11º | 0.43% | 0.37% | - |
| HSV(B) | 251.11º | 0.6% | 0.53% | - |
| XYZ | 8.15 | 5.65 | 23.58 | - |
| YUV | 67.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 54 | 135 | 0.49 | 0.60 | 0 | 0.47 | 251.11 | 0.43 | 0.37 |
| Hex | 45 | 36 | 87 | 31 | 3C | 0 | 2F | FB | 2B | 25 |
| Octal | 105 | 66 | 207 | 61 | 74 | 0 | 57 | 373 | 53 | 45 |
| Binary | 1000101 | 110110 | 10000111 | 110001 | 111100 | 0 | 101111 | 11111011 | 101011 | 100101 |
Color Harmonies of #453687
Complementary color
Monochromatic Colors of #453687
Black with #453687
Text Example
Text Example
White with #453687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453687; }
p { color: rgb(69,54,135); }
H1.HeaderClassName
{
color: #453687;
}
.AnyTagClassName
{
color: #453687;
}
</style>
background-color css
<style>
a { background-color: #453687; }
a { background-color: rgb(69,54,135); }
div.DivClassName
{
background-color: #453687;
}
.BgClassName
{
background-color: #453687;
}
</style>
border-color css
<style>
span { border-color: #453687; }
span { border-color: rgb(69,54,135); }
td.TdClassName
{
border-color: #453687;
}
.TagClassName
{
border-color: #453687;
}
</style>