Shades of Medium Blue #0311DD
Tints of Medium Blue #0311DD
RGB
CMYK
RGB Variations
Color information
#0311DD (or 0x0311DD) is known color: Medium Blue. HEX triplet: 03, 11 and DD. RGB value is (3,17,221). Sum of RGB (Red+Green+Blue) = 3+17+221=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 221 (86.72% from 255 or 91.70% from 241); Max value from RGB is 221 - color contains mainly: blue. Hex color #0311DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0311DD is #FCEE22. Grayscale: #232323. Windows color (decimal): -16576035 or 14487811. OLE color: 14487811.
HSL color Cylindrical-coordinate representation of color #0311DD: hue angle of 236.15º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0311DD is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 17 | 221 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.13 |
| HSL | 236.15º | 0.97% | 0.44% | - |
| HSV(B) | 236.15º | 0.99% | 0.87% | - |
| XYZ | 13.29 | 5.64 | 68.79 | - |
| YUV | 36.07 | 232.36 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 221 | 0.99 | 0.92 | 0 | 0.13 | 236.15 | 0.97 | 0.44 |
| Hex | 3 | 11 | DD | 63 | 5C | 0 | D | EC | 61 | 2C |
| Octal | 3 | 21 | 335 | 143 | 134 | 0 | 15 | 354 | 141 | 54 |
| Binary | 11 | 10001 | 11011101 | 1100011 | 1011100 | 0 | 1101 | 11101100 | 1100001 | 101100 |
Color Harmonies of #0311DD
Complementary color
Monochromatic Colors of #0311DD
Black with #0311DD
Text Example
Text Example
White with #0311DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0311DD; }
p { color: rgb(3,17,221); }
H1.HeaderClassName
{
color: #0311DD;
}
.AnyTagClassName
{
color: #0311DD;
}
</style>
background-color css
<style>
a { background-color: #0311DD; }
a { background-color: rgb(3,17,221); }
div.DivClassName
{
background-color: #0311DD;
}
.BgClassName
{
background-color: #0311DD;
}
</style>
border-color css
<style>
span { border-color: #0311DD; }
span { border-color: rgb(3,17,221); }
td.TdClassName
{
border-color: #0311DD;
}
.TagClassName
{
border-color: #0311DD;
}
</style>