Shades of Medium Blue #2311DB
Tints of Medium Blue #2311DB
RGB
CMYK
RGB Variations
Color information
#2311DB (or 0x2311DB) is known color: Medium Blue. HEX triplet: 23, 11 and DB. RGB value is (35,17,219). Sum of RGB (Red+Green+Blue) = 35+17+219=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #2311DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2311DB is #DCEE24. Grayscale: #2C2C2C. Windows color (decimal): -14478885 or 14356771. OLE color: 14356771.
HSL color Cylindrical-coordinate representation of color #2311DB: hue angle of 245.35º 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 #2311DB is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 17 | 219 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.14 |
| HSL | 245.35º | 0.86% | 0.46% | - |
| HSV(B) | 245.35º | 0.92% | 0.86% | - |
| XYZ | 13.68 | 5.87 | 67.43 | - |
| YUV | 45.41 | 225.96 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 219 | 0.84 | 0.92 | 0 | 0.14 | 245.35 | 0.86 | 0.46 |
| Hex | 23 | 11 | DB | 54 | 5C | 0 | E | F5 | 56 | 2E |
| Octal | 43 | 21 | 333 | 124 | 134 | 0 | 16 | 365 | 126 | 56 |
| Binary | 100011 | 10001 | 11011011 | 1010100 | 1011100 | 0 | 1110 | 11110101 | 1010110 | 101110 |
Color Harmonies of #2311DB
Complementary color
Monochromatic Colors of #2311DB
Black with #2311DB
Text Example
Text Example
White with #2311DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2311DB; }
p { color: rgb(35,17,219); }
H1.HeaderClassName
{
color: #2311DB;
}
.AnyTagClassName
{
color: #2311DB;
}
</style>
background-color css
<style>
a { background-color: #2311DB; }
a { background-color: rgb(35,17,219); }
div.DivClassName
{
background-color: #2311DB;
}
.BgClassName
{
background-color: #2311DB;
}
</style>
border-color css
<style>
span { border-color: #2311DB; }
span { border-color: rgb(35,17,219); }
td.TdClassName
{
border-color: #2311DB;
}
.TagClassName
{
border-color: #2311DB;
}
</style>