Shades of Medium Blue #0316C0
Tints of Medium Blue #0316C0
RGB
CMYK
RGB Variations
Color information
#0316C0 (or 0x0316C0) is known color: Medium Blue. HEX triplet: 03, 16 and C0. RGB value is (3,22,192). Sum of RGB (Red+Green+Blue) = 3+22+192=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 192 (75.39% from 255 or 88.48% from 217); Max value from RGB is 192 - color contains mainly: blue. Hex color #0316C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0316C0 is #FCE93F. Grayscale: #232323. Windows color (decimal): -16574784 or 12588547. OLE color: 12588547.
HSL color Cylindrical-coordinate representation of color #0316C0: hue angle of 233.97º 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 #0316C0 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 22 | 192 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.25 |
| HSL | 233.97º | 0.97% | 0.38% | - |
| HSV(B) | 233.97º | 0.98% | 0.75% | - |
| XYZ | 9.84 | 4.4 | 50.2 | - |
| YUV | 35.7 | 216.21 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 192 | 0.98 | 0.89 | 0 | 0.25 | 233.97 | 0.97 | 0.38 |
| Hex | 3 | 16 | C0 | 62 | 59 | 0 | 19 | EA | 61 | 26 |
| Octal | 3 | 26 | 300 | 142 | 131 | 0 | 31 | 352 | 141 | 46 |
| Binary | 11 | 10110 | 11000000 | 1100010 | 1011001 | 0 | 11001 | 11101010 | 1100001 | 100110 |
Color Harmonies of #0316C0
Complementary color
Monochromatic Colors of #0316C0
Black with #0316C0
Text Example
Text Example
White with #0316C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0316C0; }
p { color: rgb(3,22,192); }
H1.HeaderClassName
{
color: #0316C0;
}
.AnyTagClassName
{
color: #0316C0;
}
</style>
background-color css
<style>
a { background-color: #0316C0; }
a { background-color: rgb(3,22,192); }
div.DivClassName
{
background-color: #0316C0;
}
.BgClassName
{
background-color: #0316C0;
}
</style>
border-color css
<style>
span { border-color: #0316C0; }
span { border-color: rgb(3,22,192); }
td.TdClassName
{
border-color: #0316C0;
}
.TagClassName
{
border-color: #0316C0;
}
</style>