Shades of Medium Blue #0311D3
Tints of Medium Blue #0311D3
RGB
CMYK
RGB Variations
Color information
#0311D3 (or 0x0311D3) is known color: Medium Blue. HEX triplet: 03, 11 and D3. RGB value is (3,17,211). Sum of RGB (Red+Green+Blue) = 3+17+211=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 211 (82.81% from 255 or 91.34% from 231); Max value from RGB is 211 - color contains mainly: blue. Hex color #0311D3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0311D3 is #FCEE2C. Grayscale: #222222. Windows color (decimal): -16576045 or 13832451. OLE color: 13832451.
HSL color Cylindrical-coordinate representation of color #0311D3: hue angle of 235.96º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0311D3 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 17 | 211 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.17 |
| HSL | 235.96º | 0.97% | 0.42% | - |
| HSV(B) | 235.96º | 0.99% | 0.83% | - |
| XYZ | 12 | 5.12 | 61.98 | - |
| YUV | 34.93 | 227.36 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 211 | 0.99 | 0.92 | 0 | 0.17 | 235.96 | 0.97 | 0.42 |
| Hex | 3 | 11 | D3 | 63 | 5C | 0 | 11 | EC | 61 | 2A |
| Octal | 3 | 21 | 323 | 143 | 134 | 0 | 21 | 354 | 141 | 52 |
| Binary | 11 | 10001 | 11010011 | 1100011 | 1011100 | 0 | 10001 | 11101100 | 1100001 | 101010 |
Color Harmonies of #0311D3
Complementary color
Monochromatic Colors of #0311D3
Black with #0311D3
Text Example
Text Example
White with #0311D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0311D3; }
p { color: rgb(3,17,211); }
H1.HeaderClassName
{
color: #0311D3;
}
.AnyTagClassName
{
color: #0311D3;
}
</style>
background-color css
<style>
a { background-color: #0311D3; }
a { background-color: rgb(3,17,211); }
div.DivClassName
{
background-color: #0311D3;
}
.BgClassName
{
background-color: #0311D3;
}
</style>
border-color css
<style>
span { border-color: #0311D3; }
span { border-color: rgb(3,17,211); }
td.TdClassName
{
border-color: #0311D3;
}
.TagClassName
{
border-color: #0311D3;
}
</style>