Shades of Medium Blue #2611DB
Tints of Medium Blue #2611DB
RGB
CMYK
RGB Variations
Color information
#2611DB (or 0x2611DB) is known color: Medium Blue. HEX triplet: 26, 11 and DB. RGB value is (38,17,219). Sum of RGB (Red+Green+Blue) = 38+17+219=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #2611DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2611DB is #D9EE24. Grayscale: #2D2D2D. Windows color (decimal): -14282277 or 14356774. OLE color: 14356774.
HSL color Cylindrical-coordinate representation of color #2611DB: hue angle of 246.24º 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 #2611DB is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 17 | 219 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.14 |
| HSL | 246.24º | 0.86% | 0.46% | - |
| HSV(B) | 246.24º | 0.92% | 0.86% | - |
| XYZ | 13.79 | 5.93 | 67.44 | - |
| YUV | 46.31 | 225.46 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 17 | 219 | 0.83 | 0.92 | 0 | 0.14 | 246.24 | 0.86 | 0.46 |
| Hex | 26 | 11 | DB | 53 | 5C | 0 | E | F6 | 56 | 2E |
| Octal | 46 | 21 | 333 | 123 | 134 | 0 | 16 | 366 | 126 | 56 |
| Binary | 100110 | 10001 | 11011011 | 1010011 | 1011100 | 0 | 1110 | 11110110 | 1010110 | 101110 |
Color Harmonies of #2611DB
Complementary color
Monochromatic Colors of #2611DB
Black with #2611DB
Text Example
Text Example
White with #2611DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2611DB; }
p { color: rgb(38,17,219); }
H1.HeaderClassName
{
color: #2611DB;
}
.AnyTagClassName
{
color: #2611DB;
}
</style>
background-color css
<style>
a { background-color: #2611DB; }
a { background-color: rgb(38,17,219); }
div.DivClassName
{
background-color: #2611DB;
}
.BgClassName
{
background-color: #2611DB;
}
</style>
border-color css
<style>
span { border-color: #2611DB; }
span { border-color: rgb(38,17,219); }
td.TdClassName
{
border-color: #2611DB;
}
.TagClassName
{
border-color: #2611DB;
}
</style>