Shades of Medium Blue #0310C0
Tints of Medium Blue #0310C0
RGB
CMYK
RGB Variations
Color information
#0310C0 (or 0x0310C0) is known color: Medium Blue. HEX triplet: 03, 10 and C0. RGB value is (3,16,192). Sum of RGB (Red+Green+Blue) = 3+16+192=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 192 (75.39% from 255 or 91.00% from 211); Max value from RGB is 192 - color contains mainly: blue. Hex color #0310C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0310C0 is #FCEF3F. Grayscale: #1F1F1F. Windows color (decimal): -16576320 or 12587011. OLE color: 12587011.
HSL color Cylindrical-coordinate representation of color #0310C0: hue angle of 235.87º 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 #0310C0 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 16 | 192 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.25 |
| HSL | 235.87º | 0.97% | 0.38% | - |
| HSV(B) | 235.87º | 0.98% | 0.75% | - |
| XYZ | 9.74 | 4.2 | 50.17 | - |
| YUV | 32.18 | 218.19 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 192 | 0.98 | 0.92 | 0 | 0.25 | 235.87 | 0.97 | 0.38 |
| Hex | 3 | 10 | C0 | 62 | 5C | 0 | 19 | EC | 61 | 26 |
| Octal | 3 | 20 | 300 | 142 | 134 | 0 | 31 | 354 | 141 | 46 |
| Binary | 11 | 10000 | 11000000 | 1100010 | 1011100 | 0 | 11001 | 11101100 | 1100001 | 100110 |
Color Harmonies of #0310C0
Complementary color
Monochromatic Colors of #0310C0
Black with #0310C0
Text Example
Text Example
White with #0310C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0310C0; }
p { color: rgb(3,16,192); }
H1.HeaderClassName
{
color: #0310C0;
}
.AnyTagClassName
{
color: #0310C0;
}
</style>
background-color css
<style>
a { background-color: #0310C0; }
a { background-color: rgb(3,16,192); }
div.DivClassName
{
background-color: #0310C0;
}
.BgClassName
{
background-color: #0310C0;
}
</style>
border-color css
<style>
span { border-color: #0310C0; }
span { border-color: rgb(3,16,192); }
td.TdClassName
{
border-color: #0310C0;
}
.TagClassName
{
border-color: #0310C0;
}
</style>