Shades of Dark Slate Blue #453A8B
Tints of Dark Slate Blue #453A8B
RGB
CMYK
RGB Variations
Color information
#453A8B (or 0x453A8B) is known color: Dark Slate Blue. HEX triplet: 45, 3A and 8B. RGB value is (69,58,139). Sum of RGB (Red+Green+Blue) = 69+58+139=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #453A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453A8B is #BAC574. Grayscale: #464646. Windows color (decimal): -12240245 or 9124421. OLE color: 9124421.
HSL color Cylindrical-coordinate representation of color #453A8B: hue angle of 248.15º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453A8B is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 58 | 139 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.45 |
| HSL | 248.15º | 0.41% | 0.39% | - |
| HSV(B) | 248.15º | 0.58% | 0.55% | - |
| XYZ | 8.63 | 6.16 | 25.16 | - |
| YUV | 70.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 139 | 0.50 | 0.58 | 0 | 0.45 | 248.15 | 0.41 | 0.39 |
| Hex | 45 | 3A | 8B | 32 | 3A | 0 | 2D | F8 | 29 | 27 |
| Octal | 105 | 72 | 213 | 62 | 72 | 0 | 55 | 370 | 51 | 47 |
| Binary | 1000101 | 111010 | 10001011 | 110010 | 111010 | 0 | 101101 | 11111000 | 101001 | 100111 |
Color Harmonies of #453A8B
Complementary color
Monochromatic Colors of #453A8B
Black with #453A8B
Text Example
Text Example
White with #453A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A8B; }
p { color: rgb(69,58,139); }
H1.HeaderClassName
{
color: #453A8B;
}
.AnyTagClassName
{
color: #453A8B;
}
</style>
background-color css
<style>
a { background-color: #453A8B; }
a { background-color: rgb(69,58,139); }
div.DivClassName
{
background-color: #453A8B;
}
.BgClassName
{
background-color: #453A8B;
}
</style>
border-color css
<style>
span { border-color: #453A8B; }
span { border-color: rgb(69,58,139); }
td.TdClassName
{
border-color: #453A8B;
}
.TagClassName
{
border-color: #453A8B;
}
</style>