Shades of Dark Slate Blue #45397B
Tints of Dark Slate Blue #45397B
RGB
CMYK
RGB Variations
Color information
#45397B (or 0x45397B) is known color: Dark Slate Blue. HEX triplet: 45, 39 and 7B. RGB value is (69,57,123). Sum of RGB (Red+Green+Blue) = 69+57+123=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #45397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45397B is #BAC684. Grayscale: #434343. Windows color (decimal): -12240517 or 8075589. OLE color: 8075589.
HSL color Cylindrical-coordinate representation of color #45397B: hue angle of 250.91º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45397B is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 57 | 123 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.52 |
| HSL | 250.91º | 0.37% | 0.35% | - |
| HSV(B) | 250.91º | 0.54% | 0.48% | - |
| XYZ | 7.49 | 5.62 | 19.43 | - |
| YUV | 68.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 57 | 123 | 0.44 | 0.54 | 0 | 0.52 | 250.91 | 0.37 | 0.35 |
| Hex | 45 | 39 | 7B | 2C | 36 | 0 | 34 | FB | 25 | 23 |
| Octal | 105 | 71 | 173 | 54 | 66 | 0 | 64 | 373 | 45 | 43 |
| Binary | 1000101 | 111001 | 1111011 | 101100 | 110110 | 0 | 110100 | 11111011 | 100101 | 100011 |
Color Harmonies of #45397B
Complementary color
Monochromatic Colors of #45397B
Black with #45397B
Text Example
Text Example
White with #45397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45397B; }
p { color: rgb(69,57,123); }
H1.HeaderClassName
{
color: #45397B;
}
.AnyTagClassName
{
color: #45397B;
}
</style>
background-color css
<style>
a { background-color: #45397B; }
a { background-color: rgb(69,57,123); }
div.DivClassName
{
background-color: #45397B;
}
.BgClassName
{
background-color: #45397B;
}
</style>
border-color css
<style>
span { border-color: #45397B; }
span { border-color: rgb(69,57,123); }
td.TdClassName
{
border-color: #45397B;
}
.TagClassName
{
border-color: #45397B;
}
</style>