Shades of Medium Blue #0305BC
Tints of Medium Blue #0305BC
RGB
CMYK
RGB Variations
Color information
#0305BC (or 0x0305BC) is known color: Medium Blue. HEX triplet: 03, 05 and BC. RGB value is (3,5,188). Sum of RGB (Red+Green+Blue) = 3+5+188=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 188 (73.83% from 255 or 95.92% from 196); Max value from RGB is 188 - color contains mainly: blue. Hex color #0305BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0305BC is #FCFA43. Grayscale: #181818. Windows color (decimal): -16579140 or 12322051. OLE color: 12322051.
HSL color Cylindrical-coordinate representation of color #0305BC: hue angle of 239.35º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0305BC is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 5 | 188 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.26 |
| HSL | 239.35º | 0.97% | 0.37% | - |
| HSV(B) | 239.35º | 0.98% | 0.74% | - |
| XYZ | 9.17 | 3.76 | 47.82 | - |
| YUV | 25.26 | 219.84 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 188 | 0.98 | 0.97 | 0 | 0.26 | 239.35 | 0.97 | 0.37 |
| Hex | 3 | 5 | BC | 62 | 61 | 0 | 1A | EF | 61 | 25 |
| Octal | 3 | 5 | 274 | 142 | 141 | 0 | 32 | 357 | 141 | 45 |
| Binary | 11 | 101 | 10111100 | 1100010 | 1100001 | 0 | 11010 | 11101111 | 1100001 | 100101 |
Color Harmonies of #0305BC
Complementary color
Monochromatic Colors of #0305BC
Black with #0305BC
Text Example
Text Example
White with #0305BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0305BC; }
p { color: rgb(3,5,188); }
H1.HeaderClassName
{
color: #0305BC;
}
.AnyTagClassName
{
color: #0305BC;
}
</style>
background-color css
<style>
a { background-color: #0305BC; }
a { background-color: rgb(3,5,188); }
div.DivClassName
{
background-color: #0305BC;
}
.BgClassName
{
background-color: #0305BC;
}
</style>
border-color css
<style>
span { border-color: #0305BC; }
span { border-color: rgb(3,5,188); }
td.TdClassName
{
border-color: #0305BC;
}
.TagClassName
{
border-color: #0305BC;
}
</style>