Shades of Dark Slate Blue #302F9D
Tints of Dark Slate Blue #302F9D
RGB
CMYK
RGB Variations
Color information
#302F9D (or 0x302F9D) is known color: Dark Slate Blue. HEX triplet: 30, 2F and 9D. RGB value is (48,47,157). Sum of RGB (Red+Green+Blue) = 48+47+157=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #302F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302F9D is #CFD062. Grayscale: #3B3B3B. Windows color (decimal): -13619299 or 10301232. OLE color: 10301232.
HSL color Cylindrical-coordinate representation of color #302F9D: hue angle of 240.55º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302F9D is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 47 | 157 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.38 |
| HSL | 240.55º | 0.54% | 0.4% | - |
| HSV(B) | 240.55º | 0.7% | 0.62% | - |
| XYZ | 8.32 | 5.1 | 32.44 | - |
| YUV | 59.84 | 182.83 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 157 | 0.69 | 0.70 | 0 | 0.38 | 240.55 | 0.54 | 0.4 |
| Hex | 30 | 2F | 9D | 45 | 46 | 0 | 26 | F1 | 36 | 28 |
| Octal | 60 | 57 | 235 | 105 | 106 | 0 | 46 | 361 | 66 | 50 |
| Binary | 110000 | 101111 | 10011101 | 1000101 | 1000110 | 0 | 100110 | 11110001 | 110110 | 101000 |
Color Harmonies of #302F9D
Complementary color
Monochromatic Colors of #302F9D
Black with #302F9D
Text Example
Text Example
White with #302F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F9D; }
p { color: rgb(48,47,157); }
H1.HeaderClassName
{
color: #302F9D;
}
.AnyTagClassName
{
color: #302F9D;
}
</style>
background-color css
<style>
a { background-color: #302F9D; }
a { background-color: rgb(48,47,157); }
div.DivClassName
{
background-color: #302F9D;
}
.BgClassName
{
background-color: #302F9D;
}
</style>
border-color css
<style>
span { border-color: #302F9D; }
span { border-color: rgb(48,47,157); }
td.TdClassName
{
border-color: #302F9D;
}
.TagClassName
{
border-color: #302F9D;
}
</style>