Shades of Medium Blue #031BD3
Tints of Medium Blue #031BD3
RGB
CMYK
RGB Variations
Color information
#031BD3 (or 0x031BD3) is known color: Medium Blue. HEX triplet: 03, 1B and D3. RGB value is (3,27,211). Sum of RGB (Red+Green+Blue) = 3+27+211=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 211 (82.81% from 255 or 87.55% from 241); Max value from RGB is 211 - color contains mainly: blue. Hex color #031BD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BD3 is #FCE42C. Grayscale: #282828. Windows color (decimal): -16573485 or 13835011. OLE color: 13835011.
HSL color Cylindrical-coordinate representation of color #031BD3: hue angle of 233.08º 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 #031BD3 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 27 | 211 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.17 |
| HSL | 233.08º | 0.97% | 0.42% | - |
| HSV(B) | 233.08º | 0.99% | 0.83% | - |
| XYZ | 12.19 | 5.51 | 62.05 | - |
| YUV | 40.8 | 224.05 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 211 | 0.99 | 0.87 | 0 | 0.17 | 233.08 | 0.97 | 0.42 |
| Hex | 3 | 1B | D3 | 63 | 57 | 0 | 11 | E9 | 61 | 2A |
| Octal | 3 | 33 | 323 | 143 | 127 | 0 | 21 | 351 | 141 | 52 |
| Binary | 11 | 11011 | 11010011 | 1100011 | 1010111 | 0 | 10001 | 11101001 | 1100001 | 101010 |
Color Harmonies of #031BD3
Complementary color
Monochromatic Colors of #031BD3
Black with #031BD3
Text Example
Text Example
White with #031BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BD3; }
p { color: rgb(3,27,211); }
H1.HeaderClassName
{
color: #031BD3;
}
.AnyTagClassName
{
color: #031BD3;
}
</style>
background-color css
<style>
a { background-color: #031BD3; }
a { background-color: rgb(3,27,211); }
div.DivClassName
{
background-color: #031BD3;
}
.BgClassName
{
background-color: #031BD3;
}
</style>
border-color css
<style>
span { border-color: #031BD3; }
span { border-color: rgb(3,27,211); }
td.TdClassName
{
border-color: #031BD3;
}
.TagClassName
{
border-color: #031BD3;
}
</style>