Shades of Dark Slate Blue #302592
Tints of Dark Slate Blue #302592
RGB
CMYK
RGB Variations
Color information
#302592 (or 0x302592) is known color: Dark Slate Blue. HEX triplet: 30, 25 and 92. RGB value is (48,37,146). Sum of RGB (Red+Green+Blue) = 48+37+146=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #302592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302592 is #CFDA6D. Grayscale: #343434. Windows color (decimal): -13621870 or 9577776. OLE color: 9577776.
HSL color Cylindrical-coordinate representation of color #302592: hue angle of 246.06º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302592 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 37 | 146 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.43 |
| HSL | 246.06º | 0.6% | 0.36% | - |
| HSV(B) | 246.06º | 0.75% | 0.57% | - |
| XYZ | 7.07 | 4.03 | 27.6 | - |
| YUV | 52.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 146 | 0.67 | 0.75 | 0 | 0.43 | 246.06 | 0.6 | 0.36 |
| Hex | 30 | 25 | 92 | 43 | 4B | 0 | 2B | F6 | 3C | 24 |
| Octal | 60 | 45 | 222 | 103 | 113 | 0 | 53 | 366 | 74 | 44 |
| Binary | 110000 | 100101 | 10010010 | 1000011 | 1001011 | 0 | 101011 | 11110110 | 111100 | 100100 |
Color Harmonies of #302592
Complementary color
Monochromatic Colors of #302592
Black with #302592
Text Example
Text Example
White with #302592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302592; }
p { color: rgb(48,37,146); }
H1.HeaderClassName
{
color: #302592;
}
.AnyTagClassName
{
color: #302592;
}
</style>
background-color css
<style>
a { background-color: #302592; }
a { background-color: rgb(48,37,146); }
div.DivClassName
{
background-color: #302592;
}
.BgClassName
{
background-color: #302592;
}
</style>
border-color css
<style>
span { border-color: #302592; }
span { border-color: rgb(48,37,146); }
td.TdClassName
{
border-color: #302592;
}
.TagClassName
{
border-color: #302592;
}
</style>