Shades of Dark Slate Blue #302990
Tints of Dark Slate Blue #302990
RGB
CMYK
RGB Variations
Color information
#302990 (or 0x302990) is known color: Dark Slate Blue. HEX triplet: 30, 29 and 90. RGB value is (48,41,144). Sum of RGB (Red+Green+Blue) = 48+41+144=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #302990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302990 is #CFD66F. Grayscale: #363636. Windows color (decimal): -13620848 or 9447728. OLE color: 9447728.
HSL color Cylindrical-coordinate representation of color #302990: hue angle of 244.08º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302990 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 41 | 144 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.44 |
| HSL | 244.08º | 0.56% | 0.36% | - |
| HSV(B) | 244.08º | 0.72% | 0.56% | - |
| XYZ | 7.05 | 4.23 | 26.83 | - |
| YUV | 54.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 144 | 0.67 | 0.72 | 0 | 0.44 | 244.08 | 0.56 | 0.36 |
| Hex | 30 | 29 | 90 | 43 | 48 | 0 | 2C | F4 | 38 | 24 |
| Octal | 60 | 51 | 220 | 103 | 110 | 0 | 54 | 364 | 70 | 44 |
| Binary | 110000 | 101001 | 10010000 | 1000011 | 1001000 | 0 | 101100 | 11110100 | 111000 | 100100 |
Color Harmonies of #302990
Complementary color
Monochromatic Colors of #302990
Black with #302990
Text Example
Text Example
White with #302990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302990; }
p { color: rgb(48,41,144); }
H1.HeaderClassName
{
color: #302990;
}
.AnyTagClassName
{
color: #302990;
}
</style>
background-color css
<style>
a { background-color: #302990; }
a { background-color: rgb(48,41,144); }
div.DivClassName
{
background-color: #302990;
}
.BgClassName
{
background-color: #302990;
}
</style>
border-color css
<style>
span { border-color: #302990; }
span { border-color: rgb(48,41,144); }
td.TdClassName
{
border-color: #302990;
}
.TagClassName
{
border-color: #302990;
}
</style>