Shades of Medium Blue #2711C2
Tints of Medium Blue #2711C2
RGB
CMYK
RGB Variations
Color information
#2711C2 (or 0x2711C2) is known color: Medium Blue. HEX triplet: 27, 11 and C2. RGB value is (39,17,194). Sum of RGB (Red+Green+Blue) = 39+17+194=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 194 (76.17% from 255 or 77.6% from 250); Max value from RGB is 194 - color contains mainly: blue. Hex color #2711C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2711C2 is #D8EE3D. Grayscale: #2B2B2B. Windows color (decimal): -14216766 or 12718375. OLE color: 12718375.
HSL color Cylindrical-coordinate representation of color #2711C2: hue angle of 247.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2711C2 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 17 | 194 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.24 |
| HSL | 247.46º | 0.84% | 0.41% | - |
| HSV(B) | 247.46º | 0.91% | 0.76% | - |
| XYZ | 10.77 | 4.73 | 51.38 | - |
| YUV | 43.76 | 212.79 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 194 | 0.80 | 0.91 | 0 | 0.24 | 247.46 | 0.84 | 0.41 |
| Hex | 27 | 11 | C2 | 50 | 5B | 0 | 18 | F7 | 54 | 29 |
| Octal | 47 | 21 | 302 | 120 | 133 | 0 | 30 | 367 | 124 | 51 |
| Binary | 100111 | 10001 | 11000010 | 1010000 | 1011011 | 0 | 11000 | 11110111 | 1010100 | 101001 |
Color Harmonies of #2711C2
Complementary color
Monochromatic Colors of #2711C2
Black with #2711C2
Text Example
Text Example
White with #2711C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2711C2; }
p { color: rgb(39,17,194); }
H1.HeaderClassName
{
color: #2711C2;
}
.AnyTagClassName
{
color: #2711C2;
}
</style>
background-color css
<style>
a { background-color: #2711C2; }
a { background-color: rgb(39,17,194); }
div.DivClassName
{
background-color: #2711C2;
}
.BgClassName
{
background-color: #2711C2;
}
</style>
border-color css
<style>
span { border-color: #2711C2; }
span { border-color: rgb(39,17,194); }
td.TdClassName
{
border-color: #2711C2;
}
.TagClassName
{
border-color: #2711C2;
}
</style>