Shades of Medium Blue #3011CE
Tints of Medium Blue #3011CE
RGB
CMYK
RGB Variations
Color information
#3011CE (or 0x3011CE) is known color: Medium Blue. HEX triplet: 30, 11 and CE. RGB value is (48,17,206). Sum of RGB (Red+Green+Blue) = 48+17+206=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #3011CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3011CE is #CFEE31. Grayscale: #2F2F2F. Windows color (decimal): -13626930 or 13504816. OLE color: 13504816.
HSL color Cylindrical-coordinate representation of color #3011CE: hue angle of 249.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3011CE is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 17 | 206 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.19 |
| HSL | 249.84º | 0.85% | 0.44% | - |
| HSV(B) | 249.84º | 0.92% | 0.81% | - |
| XYZ | 12.56 | 5.49 | 58.79 | - |
| YUV | 47.82 | 217.27 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 206 | 0.77 | 0.92 | 0 | 0.19 | 249.84 | 0.85 | 0.44 |
| Hex | 30 | 11 | CE | 4D | 5C | 0 | 13 | FA | 55 | 2C |
| Octal | 60 | 21 | 316 | 115 | 134 | 0 | 23 | 372 | 125 | 54 |
| Binary | 110000 | 10001 | 11001110 | 1001101 | 1011100 | 0 | 10011 | 11111010 | 1010101 | 101100 |
Color Harmonies of #3011CE
Complementary color
Monochromatic Colors of #3011CE
Black with #3011CE
Text Example
Text Example
White with #3011CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3011CE; }
p { color: rgb(48,17,206); }
H1.HeaderClassName
{
color: #3011CE;
}
.AnyTagClassName
{
color: #3011CE;
}
</style>
background-color css
<style>
a { background-color: #3011CE; }
a { background-color: rgb(48,17,206); }
div.DivClassName
{
background-color: #3011CE;
}
.BgClassName
{
background-color: #3011CE;
}
</style>
border-color css
<style>
span { border-color: #3011CE; }
span { border-color: rgb(48,17,206); }
td.TdClassName
{
border-color: #3011CE;
}
.TagClassName
{
border-color: #3011CE;
}
</style>