Shades of Dark Slate Blue #302C93
Tints of Dark Slate Blue #302C93
RGB
CMYK
RGB Variations
Color information
#302C93 (or 0x302C93) is known color: Dark Slate Blue. HEX triplet: 30, 2C and 93. RGB value is (48,44,147). Sum of RGB (Red+Green+Blue) = 48+44+147=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #302C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302C93 is #CFD36C. Grayscale: #383838. Windows color (decimal): -13620077 or 9645104. OLE color: 9645104.
HSL color Cylindrical-coordinate representation of color #302C93: hue angle of 242.33º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302C93 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 44 | 147 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.42 |
| HSL | 242.33º | 0.54% | 0.37% | - |
| HSV(B) | 242.33º | 0.7% | 0.58% | - |
| XYZ | 7.39 | 4.54 | 28.09 | - |
| YUV | 56.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 147 | 0.67 | 0.70 | 0 | 0.42 | 242.33 | 0.54 | 0.37 |
| Hex | 30 | 2C | 93 | 43 | 46 | 0 | 2A | F2 | 36 | 25 |
| Octal | 60 | 54 | 223 | 103 | 106 | 0 | 52 | 362 | 66 | 45 |
| Binary | 110000 | 101100 | 10010011 | 1000011 | 1000110 | 0 | 101010 | 11110010 | 110110 | 100101 |
Color Harmonies of #302C93
Complementary color
Monochromatic Colors of #302C93
Black with #302C93
Text Example
Text Example
White with #302C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C93; }
p { color: rgb(48,44,147); }
H1.HeaderClassName
{
color: #302C93;
}
.AnyTagClassName
{
color: #302C93;
}
</style>
background-color css
<style>
a { background-color: #302C93; }
a { background-color: rgb(48,44,147); }
div.DivClassName
{
background-color: #302C93;
}
.BgClassName
{
background-color: #302C93;
}
</style>
border-color css
<style>
span { border-color: #302C93; }
span { border-color: rgb(48,44,147); }
td.TdClassName
{
border-color: #302C93;
}
.TagClassName
{
border-color: #302C93;
}
</style>