Shades of Medium Blue #0300BC
Tints of Medium Blue #0300BC
RGB
CMYK
RGB Variations
Color information
#0300BC (or 0x0300BC) is known color: Medium Blue. HEX triplet: 03, 00 and BC. RGB value is (3,0,188). Sum of RGB (Red+Green+Blue) = 3+0+188=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 188 (73.83% from 255 or 98.43% from 191); Max value from RGB is 188 - color contains mainly: blue. Hex color #0300BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0300BC is #FCFF43. Grayscale: #151515. Windows color (decimal): -16580420 or 12320771. OLE color: 12320771.
HSL color Cylindrical-coordinate representation of color #0300BC: hue angle of 240.96º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0300BC is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 0 | 188 | - |
| CMYK | 0.98 | 1 | 0 | 0.26 |
| HSL | 240.96º | 1% | 0.37% | - |
| HSV(B) | 240.96º | 1% | 0.74% | - |
| XYZ | 9.11 | 3.65 | 47.8 | - |
| YUV | 22.33 | 221.49 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 188 | 0.98 | 1 | 0 | 0.26 | 240.96 | 1 | 0.37 |
| Hex | 3 | 0 | BC | 62 | 64 | 0 | 1A | F1 | 64 | 25 |
| Octal | 3 | 0 | 274 | 142 | 144 | 0 | 32 | 361 | 144 | 45 |
| Binary | 11 | 0 | 10111100 | 1100010 | 1100100 | 0 | 11010 | 11110001 | 1100100 | 100101 |
Color Harmonies of #0300BC
Complementary color
Monochromatic Colors of #0300BC
Black with #0300BC
Text Example
Text Example
White with #0300BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0300BC; }
p { color: rgb(3,0,188); }
H1.HeaderClassName
{
color: #0300BC;
}
.AnyTagClassName
{
color: #0300BC;
}
</style>
background-color css
<style>
a { background-color: #0300BC; }
a { background-color: rgb(3,0,188); }
div.DivClassName
{
background-color: #0300BC;
}
.BgClassName
{
background-color: #0300BC;
}
</style>
border-color css
<style>
span { border-color: #0300BC; }
span { border-color: rgb(3,0,188); }
td.TdClassName
{
border-color: #0300BC;
}
.TagClassName
{
border-color: #0300BC;
}
</style>