Shades of Medium Blue #2711DB
Tints of Medium Blue #2711DB
RGB
CMYK
RGB Variations
Color information
#2711DB (or 0x2711DB) is known color: Medium Blue. HEX triplet: 27, 11 and DB. RGB value is (39,17,219). Sum of RGB (Red+Green+Blue) = 39+17+219=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #2711DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2711DB is #D8EE24. Grayscale: #2D2D2D. Windows color (decimal): -14216741 or 14356775. OLE color: 14356775.
HSL color Cylindrical-coordinate representation of color #2711DB: hue angle of 246.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2711DB is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 17 | 219 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.14 |
| HSL | 246.53º | 0.86% | 0.46% | - |
| HSV(B) | 246.53º | 0.92% | 0.86% | - |
| XYZ | 13.82 | 5.95 | 67.44 | - |
| YUV | 46.61 | 225.29 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 219 | 0.82 | 0.92 | 0 | 0.14 | 246.53 | 0.86 | 0.46 |
| Hex | 27 | 11 | DB | 52 | 5C | 0 | E | F7 | 56 | 2E |
| Octal | 47 | 21 | 333 | 122 | 134 | 0 | 16 | 367 | 126 | 56 |
| Binary | 100111 | 10001 | 11011011 | 1010010 | 1011100 | 0 | 1110 | 11110111 | 1010110 | 101110 |
Color Harmonies of #2711DB
Complementary color
Monochromatic Colors of #2711DB
Black with #2711DB
Text Example
Text Example
White with #2711DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2711DB; }
p { color: rgb(39,17,219); }
H1.HeaderClassName
{
color: #2711DB;
}
.AnyTagClassName
{
color: #2711DB;
}
</style>
background-color css
<style>
a { background-color: #2711DB; }
a { background-color: rgb(39,17,219); }
div.DivClassName
{
background-color: #2711DB;
}
.BgClassName
{
background-color: #2711DB;
}
</style>
border-color css
<style>
span { border-color: #2711DB; }
span { border-color: rgb(39,17,219); }
td.TdClassName
{
border-color: #2711DB;
}
.TagClassName
{
border-color: #2711DB;
}
</style>