Shades of Dark Slate Blue #453B7E
Tints of Dark Slate Blue #453B7E
RGB
CMYK
RGB Variations
Color information
#453B7E (or 0x453B7E) is known color: Dark Slate Blue. HEX triplet: 45, 3B and 7E. RGB value is (69,59,126). Sum of RGB (Red+Green+Blue) = 69+59+126=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #453B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B7E is #BAC481. Grayscale: #454545. Windows color (decimal): -12240002 or 8272709. OLE color: 8272709.
HSL color Cylindrical-coordinate representation of color #453B7E: hue angle of 248.96º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #453B7E is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 59 | 126 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.51 |
| HSL | 248.96º | 0.36% | 0.36% | - |
| HSV(B) | 248.96º | 0.53% | 0.49% | - |
| XYZ | 7.78 | 5.9 | 20.47 | - |
| YUV | 69.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 126 | 0.45 | 0.53 | 0 | 0.51 | 248.96 | 0.36 | 0.36 |
| Hex | 45 | 3B | 7E | 2D | 35 | 0 | 33 | F9 | 24 | 24 |
| Octal | 105 | 73 | 176 | 55 | 65 | 0 | 63 | 371 | 44 | 44 |
| Binary | 1000101 | 111011 | 1111110 | 101101 | 110101 | 0 | 110011 | 11111001 | 100100 | 100100 |
Color Harmonies of #453B7E
Complementary color
Monochromatic Colors of #453B7E
Black with #453B7E
Text Example
Text Example
White with #453B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B7E; }
p { color: rgb(69,59,126); }
H1.HeaderClassName
{
color: #453B7E;
}
.AnyTagClassName
{
color: #453B7E;
}
</style>
background-color css
<style>
a { background-color: #453B7E; }
a { background-color: rgb(69,59,126); }
div.DivClassName
{
background-color: #453B7E;
}
.BgClassName
{
background-color: #453B7E;
}
</style>
border-color css
<style>
span { border-color: #453B7E; }
span { border-color: rgb(69,59,126); }
td.TdClassName
{
border-color: #453B7E;
}
.TagClassName
{
border-color: #453B7E;
}
</style>