Shades of Medium Blue #031BBF
Tints of Medium Blue #031BBF
RGB
CMYK
RGB Variations
Color information
#031BBF (or 0x031BBF) is known color: Medium Blue. HEX triplet: 03, 1B and BF. RGB value is (3,27,191). Sum of RGB (Red+Green+Blue) = 3+27+191=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 191 (75% from 255 or 86.43% from 221); Max value from RGB is 191 - color contains mainly: blue. Hex color #031BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BBF is #FCE440. Grayscale: #252525. Windows color (decimal): -16573505 or 12524291. OLE color: 12524291.
HSL color Cylindrical-coordinate representation of color #031BBF: hue angle of 232.34º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031BBF is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 27 | 191 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.25 |
| HSL | 232.34º | 0.97% | 0.38% | - |
| HSV(B) | 232.34º | 0.98% | 0.75% | - |
| XYZ | 9.83 | 4.56 | 49.65 | - |
| YUV | 38.52 | 214.05 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 191 | 0.98 | 0.86 | 0 | 0.25 | 232.34 | 0.97 | 0.38 |
| Hex | 3 | 1B | BF | 62 | 56 | 0 | 19 | E8 | 61 | 26 |
| Octal | 3 | 33 | 277 | 142 | 126 | 0 | 31 | 350 | 141 | 46 |
| Binary | 11 | 11011 | 10111111 | 1100010 | 1010110 | 0 | 11001 | 11101000 | 1100001 | 100110 |
Color Harmonies of #031BBF
Complementary color
Monochromatic Colors of #031BBF
Black with #031BBF
Text Example
Text Example
White with #031BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BBF; }
p { color: rgb(3,27,191); }
H1.HeaderClassName
{
color: #031BBF;
}
.AnyTagClassName
{
color: #031BBF;
}
</style>
background-color css
<style>
a { background-color: #031BBF; }
a { background-color: rgb(3,27,191); }
div.DivClassName
{
background-color: #031BBF;
}
.BgClassName
{
background-color: #031BBF;
}
</style>
border-color css
<style>
span { border-color: #031BBF; }
span { border-color: rgb(3,27,191); }
td.TdClassName
{
border-color: #031BBF;
}
.TagClassName
{
border-color: #031BBF;
}
</style>