Shades of Dark Slate Blue #302D9F
Tints of Dark Slate Blue #302D9F
RGB
CMYK
RGB Variations
Color information
#302D9F (or 0x302D9F) is known color: Dark Slate Blue. HEX triplet: 30, 2D and 9F. RGB value is (48,45,159). Sum of RGB (Red+Green+Blue) = 48+45+159=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #302D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302D9F is #CFD260. Grayscale: #3A3A3A. Windows color (decimal): -13619809 or 10431792. OLE color: 10431792.
HSL color Cylindrical-coordinate representation of color #302D9F: hue angle of 241.58º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302D9F is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 45 | 159 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.38 |
| HSL | 241.58º | 0.56% | 0.4% | - |
| HSV(B) | 241.58º | 0.72% | 0.62% | - |
| XYZ | 8.42 | 5.01 | 33.32 | - |
| YUV | 58.89 | 184.49 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 159 | 0.70 | 0.72 | 0 | 0.38 | 241.58 | 0.56 | 0.4 |
| Hex | 30 | 2D | 9F | 46 | 48 | 0 | 26 | F2 | 38 | 28 |
| Octal | 60 | 55 | 237 | 106 | 110 | 0 | 46 | 362 | 70 | 50 |
| Binary | 110000 | 101101 | 10011111 | 1000110 | 1001000 | 0 | 100110 | 11110010 | 111000 | 101000 |
Color Harmonies of #302D9F
Complementary color
Monochromatic Colors of #302D9F
Black with #302D9F
Text Example
Text Example
White with #302D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D9F; }
p { color: rgb(48,45,159); }
H1.HeaderClassName
{
color: #302D9F;
}
.AnyTagClassName
{
color: #302D9F;
}
</style>
background-color css
<style>
a { background-color: #302D9F; }
a { background-color: rgb(48,45,159); }
div.DivClassName
{
background-color: #302D9F;
}
.BgClassName
{
background-color: #302D9F;
}
</style>
border-color css
<style>
span { border-color: #302D9F; }
span { border-color: rgb(48,45,159); }
td.TdClassName
{
border-color: #302D9F;
}
.TagClassName
{
border-color: #302D9F;
}
</style>