Shades of Dark Slate Blue #303299
Tints of Dark Slate Blue #303299
RGB
CMYK
RGB Variations
Color information
#303299 (or 0x303299) is known color: Dark Slate Blue. HEX triplet: 30, 32 and 99. RGB value is (48,50,153). Sum of RGB (Red+Green+Blue) = 48+50+153=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #303299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303299 is #CFCD66. Grayscale: #3C3C3C. Windows color (decimal): -13618535 or 10039856. OLE color: 10039856.
HSL color Cylindrical-coordinate representation of color #303299: hue angle of 238.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303299 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 50 | 153 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.4 |
| HSL | 238.86º | 0.52% | 0.39% | - |
| HSV(B) | 238.86º | 0.69% | 0.6% | - |
| XYZ | 8.11 | 5.21 | 30.72 | - |
| YUV | 61.14 | 179.84 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 153 | 0.69 | 0.67 | 0 | 0.4 | 238.86 | 0.52 | 0.39 |
| Hex | 30 | 32 | 99 | 45 | 43 | 0 | 28 | EF | 34 | 27 |
| Octal | 60 | 62 | 231 | 105 | 103 | 0 | 50 | 357 | 64 | 47 |
| Binary | 110000 | 110010 | 10011001 | 1000101 | 1000011 | 0 | 101000 | 11101111 | 110100 | 100111 |
Color Harmonies of #303299
Complementary color
Monochromatic Colors of #303299
Black with #303299
Text Example
Text Example
White with #303299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303299; }
p { color: rgb(48,50,153); }
H1.HeaderClassName
{
color: #303299;
}
.AnyTagClassName
{
color: #303299;
}
</style>
background-color css
<style>
a { background-color: #303299; }
a { background-color: rgb(48,50,153); }
div.DivClassName
{
background-color: #303299;
}
.BgClassName
{
background-color: #303299;
}
</style>
border-color css
<style>
span { border-color: #303299; }
span { border-color: rgb(48,50,153); }
td.TdClassName
{
border-color: #303299;
}
.TagClassName
{
border-color: #303299;
}
</style>