Shades of Dark Slate Blue #453D92
Tints of Dark Slate Blue #453D92
RGB
CMYK
RGB Variations
Color information
#453D92 (or 0x453D92) is known color: Dark Slate Blue. HEX triplet: 45, 3D and 92. RGB value is (69,61,146). Sum of RGB (Red+Green+Blue) = 69+61+146=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #453D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453D92 is #BAC26D. Grayscale: #484848. Windows color (decimal): -12239470 or 9583941. OLE color: 9583941.
HSL color Cylindrical-coordinate representation of color #453D92: hue angle of 245.65º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453D92 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 61 | 146 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.43 |
| HSL | 245.65º | 0.41% | 0.41% | - |
| HSV(B) | 245.65º | 0.58% | 0.57% | - |
| XYZ | 9.31 | 6.68 | 27.99 | - |
| YUV | 73.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 146 | 0.53 | 0.58 | 0 | 0.43 | 245.65 | 0.41 | 0.41 |
| Hex | 45 | 3D | 92 | 35 | 3A | 0 | 2B | F6 | 29 | 29 |
| Octal | 105 | 75 | 222 | 65 | 72 | 0 | 53 | 366 | 51 | 51 |
| Binary | 1000101 | 111101 | 10010010 | 110101 | 111010 | 0 | 101011 | 11110110 | 101001 | 101001 |
Color Harmonies of #453D92
Complementary color
Monochromatic Colors of #453D92
Black with #453D92
Text Example
Text Example
White with #453D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D92; }
p { color: rgb(69,61,146); }
H1.HeaderClassName
{
color: #453D92;
}
.AnyTagClassName
{
color: #453D92;
}
</style>
background-color css
<style>
a { background-color: #453D92; }
a { background-color: rgb(69,61,146); }
div.DivClassName
{
background-color: #453D92;
}
.BgClassName
{
background-color: #453D92;
}
</style>
border-color css
<style>
span { border-color: #453D92; }
span { border-color: rgb(69,61,146); }
td.TdClassName
{
border-color: #453D92;
}
.TagClassName
{
border-color: #453D92;
}
</style>