Shades of Medium Blue #0316BB
Tints of Medium Blue #0316BB
RGB
CMYK
RGB Variations
Color information
#0316BB (or 0x0316BB) is known color: Medium Blue. HEX triplet: 03, 16 and BB. RGB value is (3,22,187). Sum of RGB (Red+Green+Blue) = 3+22+187=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 187 (73.44% from 255 or 88.21% from 212); Max value from RGB is 187 - color contains mainly: blue. Hex color #0316BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0316BB is #FCE944. Grayscale: #222222. Windows color (decimal): -16574789 or 12260867. OLE color: 12260867.
HSL color Cylindrical-coordinate representation of color #0316BB: hue angle of 233.8º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0316BB is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 22 | 187 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.27 |
| HSL | 233.8º | 0.97% | 0.37% | - |
| HSV(B) | 233.8º | 0.98% | 0.73% | - |
| XYZ | 9.29 | 4.18 | 47.33 | - |
| YUV | 35.13 | 213.71 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 187 | 0.98 | 0.88 | 0 | 0.27 | 233.8 | 0.97 | 0.37 |
| Hex | 3 | 16 | BB | 62 | 58 | 0 | 1B | EA | 61 | 25 |
| Octal | 3 | 26 | 273 | 142 | 130 | 0 | 33 | 352 | 141 | 45 |
| Binary | 11 | 10110 | 10111011 | 1100010 | 1011000 | 0 | 11011 | 11101010 | 1100001 | 100101 |
Color Harmonies of #0316BB
Complementary color
Monochromatic Colors of #0316BB
Black with #0316BB
Text Example
Text Example
White with #0316BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0316BB; }
p { color: rgb(3,22,187); }
H1.HeaderClassName
{
color: #0316BB;
}
.AnyTagClassName
{
color: #0316BB;
}
</style>
background-color css
<style>
a { background-color: #0316BB; }
a { background-color: rgb(3,22,187); }
div.DivClassName
{
background-color: #0316BB;
}
.BgClassName
{
background-color: #0316BB;
}
</style>
border-color css
<style>
span { border-color: #0316BB; }
span { border-color: rgb(3,22,187); }
td.TdClassName
{
border-color: #0316BB;
}
.TagClassName
{
border-color: #0316BB;
}
</style>