Shades of Medium Blue #2711BA
Tints of Medium Blue #2711BA
RGB
CMYK
RGB Variations
Color information
#2711BA (or 0x2711BA) is known color: Medium Blue. HEX triplet: 27, 11 and BA. RGB value is (39,17,186). Sum of RGB (Red+Green+Blue) = 39+17+186=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #2711BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2711BA is #D8EE45. Grayscale: #2A2A2A. Windows color (decimal): -14216774 or 12194087. OLE color: 12194087.
HSL color Cylindrical-coordinate representation of color #2711BA: hue angle of 247.81º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2711BA is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 17 | 186 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.27 |
| HSL | 247.81º | 0.83% | 0.4% | - |
| HSV(B) | 247.81º | 0.91% | 0.73% | - |
| XYZ | 9.9 | 4.38 | 46.78 | - |
| YUV | 42.84 | 208.79 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 186 | 0.79 | 0.91 | 0 | 0.27 | 247.81 | 0.83 | 0.4 |
| Hex | 27 | 11 | BA | 4F | 5B | 0 | 1B | F8 | 53 | 28 |
| Octal | 47 | 21 | 272 | 117 | 133 | 0 | 33 | 370 | 123 | 50 |
| Binary | 100111 | 10001 | 10111010 | 1001111 | 1011011 | 0 | 11011 | 11111000 | 1010011 | 101000 |
Color Harmonies of #2711BA
Complementary color
Monochromatic Colors of #2711BA
Black with #2711BA
Text Example
Text Example
White with #2711BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2711BA; }
p { color: rgb(39,17,186); }
H1.HeaderClassName
{
color: #2711BA;
}
.AnyTagClassName
{
color: #2711BA;
}
</style>
background-color css
<style>
a { background-color: #2711BA; }
a { background-color: rgb(39,17,186); }
div.DivClassName
{
background-color: #2711BA;
}
.BgClassName
{
background-color: #2711BA;
}
</style>
border-color css
<style>
span { border-color: #2711BA; }
span { border-color: rgb(39,17,186); }
td.TdClassName
{
border-color: #2711BA;
}
.TagClassName
{
border-color: #2711BA;
}
</style>