Shades of Dark Slate Blue #45387B
Tints of Dark Slate Blue #45387B
RGB
CMYK
RGB Variations
Color information
#45387B (or 0x45387B) is known color: Dark Slate Blue. HEX triplet: 45, 38 and 7B. RGB value is (69,56,123). Sum of RGB (Red+Green+Blue) = 69+56+123=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #45387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45387B is #BAC784. Grayscale: #434343. Windows color (decimal): -12240773 or 8075333. OLE color: 8075333.
HSL color Cylindrical-coordinate representation of color #45387B: hue angle of 251.64º 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 #45387B is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 56 | 123 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.52 |
| HSL | 251.64º | 0.37% | 0.35% | - |
| HSV(B) | 251.64º | 0.54% | 0.48% | - |
| XYZ | 7.44 | 5.52 | 19.41 | - |
| YUV | 67.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 123 | 0.44 | 0.54 | 0 | 0.52 | 251.64 | 0.37 | 0.35 |
| Hex | 45 | 38 | 7B | 2C | 36 | 0 | 34 | FC | 25 | 23 |
| Octal | 105 | 70 | 173 | 54 | 66 | 0 | 64 | 374 | 45 | 43 |
| Binary | 1000101 | 111000 | 1111011 | 101100 | 110110 | 0 | 110100 | 11111100 | 100101 | 100011 |
Color Harmonies of #45387B
Complementary color
Monochromatic Colors of #45387B
Black with #45387B
Text Example
Text Example
White with #45387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45387B; }
p { color: rgb(69,56,123); }
H1.HeaderClassName
{
color: #45387B;
}
.AnyTagClassName
{
color: #45387B;
}
</style>
background-color css
<style>
a { background-color: #45387B; }
a { background-color: rgb(69,56,123); }
div.DivClassName
{
background-color: #45387B;
}
.BgClassName
{
background-color: #45387B;
}
</style>
border-color css
<style>
span { border-color: #45387B; }
span { border-color: rgb(69,56,123); }
td.TdClassName
{
border-color: #45387B;
}
.TagClassName
{
border-color: #45387B;
}
</style>