Shades of Dark Slate Blue #302D93
Tints of Dark Slate Blue #302D93
RGB
CMYK
RGB Variations
Color information
#302D93 (or 0x302D93) is known color: Dark Slate Blue. HEX triplet: 30, 2D and 93. RGB value is (48,45,147). Sum of RGB (Red+Green+Blue) = 48+45+147=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #302D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302D93 is #CFD26C. Grayscale: #393939. Windows color (decimal): -13619821 or 9645360. OLE color: 9645360.
HSL color Cylindrical-coordinate representation of color #302D93: hue angle of 241.76º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302D93 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 45 | 147 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.42 |
| HSL | 241.76º | 0.53% | 0.38% | - |
| HSV(B) | 241.76º | 0.69% | 0.58% | - |
| XYZ | 7.42 | 4.61 | 28.1 | - |
| YUV | 57.53 | 178.49 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 147 | 0.67 | 0.69 | 0 | 0.42 | 241.76 | 0.53 | 0.38 |
| Hex | 30 | 2D | 93 | 43 | 45 | 0 | 2A | F2 | 35 | 26 |
| Octal | 60 | 55 | 223 | 103 | 105 | 0 | 52 | 362 | 65 | 46 |
| Binary | 110000 | 101101 | 10010011 | 1000011 | 1000101 | 0 | 101010 | 11110010 | 110101 | 100110 |
Color Harmonies of #302D93
Complementary color
Monochromatic Colors of #302D93
Black with #302D93
Text Example
Text Example
White with #302D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D93; }
p { color: rgb(48,45,147); }
H1.HeaderClassName
{
color: #302D93;
}
.AnyTagClassName
{
color: #302D93;
}
</style>
background-color css
<style>
a { background-color: #302D93; }
a { background-color: rgb(48,45,147); }
div.DivClassName
{
background-color: #302D93;
}
.BgClassName
{
background-color: #302D93;
}
</style>
border-color css
<style>
span { border-color: #302D93; }
span { border-color: rgb(48,45,147); }
td.TdClassName
{
border-color: #302D93;
}
.TagClassName
{
border-color: #302D93;
}
</style>