Shades of Dark Slate Blue #453C7E
Tints of Dark Slate Blue #453C7E
RGB
CMYK
RGB Variations
Color information
#453C7E (or 0x453C7E) is known color: Dark Slate Blue. HEX triplet: 45, 3C and 7E. RGB value is (69,60,126). Sum of RGB (Red+Green+Blue) = 69+60+126=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #453C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C7E is #BAC381. Grayscale: #454545. Windows color (decimal): -12239746 or 8272965. OLE color: 8272965.
HSL color Cylindrical-coordinate representation of color #453C7E: hue angle of 248.18º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #453C7E is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 60 | 126 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.51 |
| HSL | 248.18º | 0.35% | 0.36% | - |
| HSV(B) | 248.18º | 0.52% | 0.49% | - |
| XYZ | 7.84 | 6 | 20.48 | - |
| YUV | 70.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 126 | 0.45 | 0.52 | 0 | 0.51 | 248.18 | 0.35 | 0.36 |
| Hex | 45 | 3C | 7E | 2D | 34 | 0 | 33 | F8 | 23 | 24 |
| Octal | 105 | 74 | 176 | 55 | 64 | 0 | 63 | 370 | 43 | 44 |
| Binary | 1000101 | 111100 | 1111110 | 101101 | 110100 | 0 | 110011 | 11111000 | 100011 | 100100 |
Color Harmonies of #453C7E
Complementary color
Monochromatic Colors of #453C7E
Black with #453C7E
Text Example
Text Example
White with #453C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C7E; }
p { color: rgb(69,60,126); }
H1.HeaderClassName
{
color: #453C7E;
}
.AnyTagClassName
{
color: #453C7E;
}
</style>
background-color css
<style>
a { background-color: #453C7E; }
a { background-color: rgb(69,60,126); }
div.DivClassName
{
background-color: #453C7E;
}
.BgClassName
{
background-color: #453C7E;
}
</style>
border-color css
<style>
span { border-color: #453C7E; }
span { border-color: rgb(69,60,126); }
td.TdClassName
{
border-color: #453C7E;
}
.TagClassName
{
border-color: #453C7E;
}
</style>