Shades of Medium Blue #3011CF
Tints of Medium Blue #3011CF
RGB
CMYK
RGB Variations
Color information
#3011CF (or 0x3011CF) is known color: Medium Blue. HEX triplet: 30, 11 and CF. RGB value is (48,17,207). Sum of RGB (Red+Green+Blue) = 48+17+207=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #3011CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3011CF is #CFEE30. Grayscale: #2F2F2F. Windows color (decimal): -13626929 or 13570352. OLE color: 13570352.
HSL color Cylindrical-coordinate representation of color #3011CF: hue angle of 249.79º 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 #3011CF is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 17 | 207 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.19 |
| HSL | 249.79º | 0.85% | 0.44% | - |
| HSV(B) | 249.79º | 0.92% | 0.81% | - |
| XYZ | 12.68 | 5.53 | 59.43 | - |
| YUV | 47.93 | 217.77 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 207 | 0.77 | 0.92 | 0 | 0.19 | 249.79 | 0.85 | 0.44 |
| Hex | 30 | 11 | CF | 4D | 5C | 0 | 13 | FA | 55 | 2C |
| Octal | 60 | 21 | 317 | 115 | 134 | 0 | 23 | 372 | 125 | 54 |
| Binary | 110000 | 10001 | 11001111 | 1001101 | 1011100 | 0 | 10011 | 11111010 | 1010101 | 101100 |
Color Harmonies of #3011CF
Complementary color
Monochromatic Colors of #3011CF
Black with #3011CF
Text Example
Text Example
White with #3011CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3011CF; }
p { color: rgb(48,17,207); }
H1.HeaderClassName
{
color: #3011CF;
}
.AnyTagClassName
{
color: #3011CF;
}
</style>
background-color css
<style>
a { background-color: #3011CF; }
a { background-color: rgb(48,17,207); }
div.DivClassName
{
background-color: #3011CF;
}
.BgClassName
{
background-color: #3011CF;
}
</style>
border-color css
<style>
span { border-color: #3011CF; }
span { border-color: rgb(48,17,207); }
td.TdClassName
{
border-color: #3011CF;
}
.TagClassName
{
border-color: #3011CF;
}
</style>