Shades of Dark Slate Blue #302D95
Tints of Dark Slate Blue #302D95
RGB
CMYK
RGB Variations
Color information
#302D95 (or 0x302D95) is known color: Dark Slate Blue. HEX triplet: 30, 2D and 95. RGB value is (48,45,149). Sum of RGB (Red+Green+Blue) = 48+45+149=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #302D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302D95 is #CFD26A. Grayscale: #393939. Windows color (decimal): -13619819 or 9776432. OLE color: 9776432.
HSL color Cylindrical-coordinate representation of color #302D95: hue angle of 241.73º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302D95 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 45 | 149 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.42 |
| HSL | 241.73º | 0.54% | 0.38% | - |
| HSV(B) | 241.73º | 0.7% | 0.58% | - |
| XYZ | 7.58 | 4.68 | 28.94 | - |
| YUV | 57.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 149 | 0.68 | 0.70 | 0 | 0.42 | 241.73 | 0.54 | 0.38 |
| Hex | 30 | 2D | 95 | 44 | 46 | 0 | 2A | F2 | 36 | 26 |
| Octal | 60 | 55 | 225 | 104 | 106 | 0 | 52 | 362 | 66 | 46 |
| Binary | 110000 | 101101 | 10010101 | 1000100 | 1000110 | 0 | 101010 | 11110010 | 110110 | 100110 |
Color Harmonies of #302D95
Complementary color
Monochromatic Colors of #302D95
Black with #302D95
Text Example
Text Example
White with #302D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D95; }
p { color: rgb(48,45,149); }
H1.HeaderClassName
{
color: #302D95;
}
.AnyTagClassName
{
color: #302D95;
}
</style>
background-color css
<style>
a { background-color: #302D95; }
a { background-color: rgb(48,45,149); }
div.DivClassName
{
background-color: #302D95;
}
.BgClassName
{
background-color: #302D95;
}
</style>
border-color css
<style>
span { border-color: #302D95; }
span { border-color: rgb(48,45,149); }
td.TdClassName
{
border-color: #302D95;
}
.TagClassName
{
border-color: #302D95;
}
</style>