Shades of Dark Slate Blue #453F90
Tints of Dark Slate Blue #453F90
RGB
CMYK
RGB Variations
Color information
#453F90 (or 0x453F90) is known color: Dark Slate Blue. HEX triplet: 45, 3F and 90. RGB value is (69,63,144). Sum of RGB (Red+Green+Blue) = 69+63+144=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #453F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453F90 is #BAC06F. Grayscale: #494949. Windows color (decimal): -12238960 or 9453381. OLE color: 9453381.
HSL color Cylindrical-coordinate representation of color #453F90: hue angle of 244.44º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #453F90 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 63 | 144 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.44 |
| HSL | 244.44º | 0.39% | 0.41% | - |
| HSV(B) | 244.44º | 0.56% | 0.56% | - |
| XYZ | 9.27 | 6.83 | 27.22 | - |
| YUV | 74.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 144 | 0.52 | 0.56 | 0 | 0.44 | 244.44 | 0.39 | 0.41 |
| Hex | 45 | 3F | 90 | 34 | 38 | 0 | 2C | F4 | 27 | 29 |
| Octal | 105 | 77 | 220 | 64 | 70 | 0 | 54 | 364 | 47 | 51 |
| Binary | 1000101 | 111111 | 10010000 | 110100 | 111000 | 0 | 101100 | 11110100 | 100111 | 101001 |
Color Harmonies of #453F90
Complementary color
Monochromatic Colors of #453F90
Black with #453F90
Text Example
Text Example
White with #453F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F90; }
p { color: rgb(69,63,144); }
H1.HeaderClassName
{
color: #453F90;
}
.AnyTagClassName
{
color: #453F90;
}
</style>
background-color css
<style>
a { background-color: #453F90; }
a { background-color: rgb(69,63,144); }
div.DivClassName
{
background-color: #453F90;
}
.BgClassName
{
background-color: #453F90;
}
</style>
border-color css
<style>
span { border-color: #453F90; }
span { border-color: rgb(69,63,144); }
td.TdClassName
{
border-color: #453F90;
}
.TagClassName
{
border-color: #453F90;
}
</style>