Shades of Medium Blue #2711BF
Tints of Medium Blue #2711BF
RGB
CMYK
RGB Variations
Color information
#2711BF (or 0x2711BF) is known color: Medium Blue. HEX triplet: 27, 11 and BF. RGB value is (39,17,191). Sum of RGB (Red+Green+Blue) = 39+17+191=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 191 (75% from 255 or 77.33% from 247); Max value from RGB is 191 - color contains mainly: blue. Hex color #2711BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2711BF is #D8EE40. Grayscale: #2A2A2A. Windows color (decimal): -14216769 or 12521767. OLE color: 12521767.
HSL color Cylindrical-coordinate representation of color #2711BF: hue angle of 247.59º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2711BF is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 17 | 191 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.25 |
| HSL | 247.59º | 0.84% | 0.41% | - |
| HSV(B) | 247.59º | 0.91% | 0.75% | - |
| XYZ | 10.44 | 4.59 | 49.63 | - |
| YUV | 43.41 | 211.29 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 191 | 0.80 | 0.91 | 0 | 0.25 | 247.59 | 0.84 | 0.41 |
| Hex | 27 | 11 | BF | 50 | 5B | 0 | 19 | F8 | 54 | 29 |
| Octal | 47 | 21 | 277 | 120 | 133 | 0 | 31 | 370 | 124 | 51 |
| Binary | 100111 | 10001 | 10111111 | 1010000 | 1011011 | 0 | 11001 | 11111000 | 1010100 | 101001 |
Color Harmonies of #2711BF
Complementary color
Monochromatic Colors of #2711BF
Black with #2711BF
Text Example
Text Example
White with #2711BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2711BF; }
p { color: rgb(39,17,191); }
H1.HeaderClassName
{
color: #2711BF;
}
.AnyTagClassName
{
color: #2711BF;
}
</style>
background-color css
<style>
a { background-color: #2711BF; }
a { background-color: rgb(39,17,191); }
div.DivClassName
{
background-color: #2711BF;
}
.BgClassName
{
background-color: #2711BF;
}
</style>
border-color css
<style>
span { border-color: #2711BF; }
span { border-color: rgb(39,17,191); }
td.TdClassName
{
border-color: #2711BF;
}
.TagClassName
{
border-color: #2711BF;
}
</style>