Shades of Medium Blue #0306DC
Tints of Medium Blue #0306DC
RGB
CMYK
RGB Variations
Color information
#0306DC (or 0x0306DC) is known color: Medium Blue. HEX triplet: 03, 06 and DC. RGB value is (3,6,220). Sum of RGB (Red+Green+Blue) = 3+6+220=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 220 (86.33% from 255 or 96.07% from 229); Max value from RGB is 220 - color contains mainly: blue. Hex color #0306DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0306DC is #FCF923. Grayscale: #1C1C1C. Windows color (decimal): -16578852 or 14419459. OLE color: 14419459.
HSL color Cylindrical-coordinate representation of color #0306DC: hue angle of 239.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0306DC is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 6 | 220 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.14 |
| HSL | 239.17º | 0.97% | 0.44% | - |
| HSV(B) | 239.17º | 0.99% | 0.86% | - |
| XYZ | 13.02 | 5.32 | 68.05 | - |
| YUV | 29.5 | 235.51 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 220 | 0.99 | 0.97 | 0 | 0.14 | 239.17 | 0.97 | 0.44 |
| Hex | 3 | 6 | DC | 63 | 61 | 0 | E | EF | 61 | 2C |
| Octal | 3 | 6 | 334 | 143 | 141 | 0 | 16 | 357 | 141 | 54 |
| Binary | 11 | 110 | 11011100 | 1100011 | 1100001 | 0 | 1110 | 11101111 | 1100001 | 101100 |
Color Harmonies of #0306DC
Complementary color
Monochromatic Colors of #0306DC
Black with #0306DC
Text Example
Text Example
White with #0306DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0306DC; }
p { color: rgb(3,6,220); }
H1.HeaderClassName
{
color: #0306DC;
}
.AnyTagClassName
{
color: #0306DC;
}
</style>
background-color css
<style>
a { background-color: #0306DC; }
a { background-color: rgb(3,6,220); }
div.DivClassName
{
background-color: #0306DC;
}
.BgClassName
{
background-color: #0306DC;
}
</style>
border-color css
<style>
span { border-color: #0306DC; }
span { border-color: rgb(3,6,220); }
td.TdClassName
{
border-color: #0306DC;
}
.TagClassName
{
border-color: #0306DC;
}
</style>