Shades of Dark Slate Blue #453D7D
Tints of Dark Slate Blue #453D7D
RGB
CMYK
RGB Variations
Color information
#453D7D (or 0x453D7D) is known color: Dark Slate Blue. HEX triplet: 45, 3D and 7D. RGB value is (69,61,125). Sum of RGB (Red+Green+Blue) = 69+61+125=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #453D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D7D is #BAC282. Grayscale: #464646. Windows color (decimal): -12239491 or 8207685. OLE color: 8207685.
HSL color Cylindrical-coordinate representation of color #453D7D: hue angle of 247.5º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #453D7D is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 61 | 125 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.51 |
| HSL | 247.5º | 0.34% | 0.36% | - |
| HSV(B) | 247.5º | 0.51% | 0.49% | - |
| XYZ | 7.82 | 6.08 | 20.16 | - |
| YUV | 70.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 125 | 0.45 | 0.51 | 0 | 0.51 | 247.5 | 0.34 | 0.36 |
| Hex | 45 | 3D | 7D | 2D | 33 | 0 | 33 | F8 | 22 | 24 |
| Octal | 105 | 75 | 175 | 55 | 63 | 0 | 63 | 370 | 42 | 44 |
| Binary | 1000101 | 111101 | 1111101 | 101101 | 110011 | 0 | 110011 | 11111000 | 100010 | 100100 |
Color Harmonies of #453D7D
Complementary color
Monochromatic Colors of #453D7D
Black with #453D7D
Text Example
Text Example
White with #453D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D7D; }
p { color: rgb(69,61,125); }
H1.HeaderClassName
{
color: #453D7D;
}
.AnyTagClassName
{
color: #453D7D;
}
</style>
background-color css
<style>
a { background-color: #453D7D; }
a { background-color: rgb(69,61,125); }
div.DivClassName
{
background-color: #453D7D;
}
.BgClassName
{
background-color: #453D7D;
}
</style>
border-color css
<style>
span { border-color: #453D7D; }
span { border-color: rgb(69,61,125); }
td.TdClassName
{
border-color: #453D7D;
}
.TagClassName
{
border-color: #453D7D;
}
</style>