Shades of Medium Blue #0312B6
Tints of Medium Blue #0312B6
RGB
CMYK
RGB Variations
Color information
#0312B6 (or 0x0312B6) is known color: Medium Blue. HEX triplet: 03, 12 and B6. RGB value is (3,18,182). Sum of RGB (Red+Green+Blue) = 3+18+182=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 182 (71.48% from 255 or 89.66% from 203); Max value from RGB is 182 - color contains mainly: blue. Hex color #0312B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0312B6 is #FCED49. Grayscale: #1F1F1F. Windows color (decimal): -16575818 or 11932163. OLE color: 11932163.
HSL color Cylindrical-coordinate representation of color #0312B6: hue angle of 234.97º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0312B6 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 18 | 182 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.29 |
| HSL | 234.97º | 0.97% | 0.36% | - |
| HSV(B) | 234.97º | 0.98% | 0.71% | - |
| XYZ | 8.7 | 3.83 | 44.54 | - |
| YUV | 32.21 | 212.53 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 182 | 0.98 | 0.90 | 0 | 0.29 | 234.97 | 0.97 | 0.36 |
| Hex | 3 | 12 | B6 | 62 | 5A | 0 | 1D | EB | 61 | 24 |
| Octal | 3 | 22 | 266 | 142 | 132 | 0 | 35 | 353 | 141 | 44 |
| Binary | 11 | 10010 | 10110110 | 1100010 | 1011010 | 0 | 11101 | 11101011 | 1100001 | 100100 |
Color Harmonies of #0312B6
Complementary color
Monochromatic Colors of #0312B6
Black with #0312B6
Text Example
Text Example
White with #0312B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0312B6; }
p { color: rgb(3,18,182); }
H1.HeaderClassName
{
color: #0312B6;
}
.AnyTagClassName
{
color: #0312B6;
}
</style>
background-color css
<style>
a { background-color: #0312B6; }
a { background-color: rgb(3,18,182); }
div.DivClassName
{
background-color: #0312B6;
}
.BgClassName
{
background-color: #0312B6;
}
</style>
border-color css
<style>
span { border-color: #0312B6; }
span { border-color: rgb(3,18,182); }
td.TdClassName
{
border-color: #0312B6;
}
.TagClassName
{
border-color: #0312B6;
}
</style>