Shades of Medium Blue #0306BF
Tints of Medium Blue #0306BF
RGB
CMYK
RGB Variations
Color information
#0306BF (or 0x0306BF) is known color: Medium Blue. HEX triplet: 03, 06 and BF. RGB value is (3,6,191). Sum of RGB (Red+Green+Blue) = 3+6+191=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 191 (75% from 255 or 95.5% from 200); Max value from RGB is 191 - color contains mainly: blue. Hex color #0306BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0306BF is #FCF940. Grayscale: #191919. Windows color (decimal): -16578881 or 12518915. OLE color: 12518915.
HSL color Cylindrical-coordinate representation of color #0306BF: hue angle of 239.04º 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 #0306BF is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 6 | 191 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.25 |
| HSL | 239.04º | 0.97% | 0.38% | - |
| HSV(B) | 239.04º | 0.98% | 0.75% | - |
| XYZ | 9.51 | 3.91 | 49.54 | - |
| YUV | 26.19 | 221.01 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 191 | 0.98 | 0.97 | 0 | 0.25 | 239.04 | 0.97 | 0.38 |
| Hex | 3 | 6 | BF | 62 | 61 | 0 | 19 | EF | 61 | 26 |
| Octal | 3 | 6 | 277 | 142 | 141 | 0 | 31 | 357 | 141 | 46 |
| Binary | 11 | 110 | 10111111 | 1100010 | 1100001 | 0 | 11001 | 11101111 | 1100001 | 100110 |
Color Harmonies of #0306BF
Complementary color
Monochromatic Colors of #0306BF
Black with #0306BF
Text Example
Text Example
White with #0306BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0306BF; }
p { color: rgb(3,6,191); }
H1.HeaderClassName
{
color: #0306BF;
}
.AnyTagClassName
{
color: #0306BF;
}
</style>
background-color css
<style>
a { background-color: #0306BF; }
a { background-color: rgb(3,6,191); }
div.DivClassName
{
background-color: #0306BF;
}
.BgClassName
{
background-color: #0306BF;
}
</style>
border-color css
<style>
span { border-color: #0306BF; }
span { border-color: rgb(3,6,191); }
td.TdClassName
{
border-color: #0306BF;
}
.TagClassName
{
border-color: #0306BF;
}
</style>