Shades of Medium Blue #0305BB
Tints of Medium Blue #0305BB
RGB
CMYK
RGB Variations
Color information
#0305BB (or 0x0305BB) is known color: Medium Blue. HEX triplet: 03, 05 and BB. RGB value is (3,5,187). Sum of RGB (Red+Green+Blue) = 3+5+187=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 187 (73.44% from 255 or 95.90% from 195); Max value from RGB is 187 - color contains mainly: blue. Hex color #0305BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0305BB is #FCFA44. Grayscale: #181818. Windows color (decimal): -16579141 or 12256515. OLE color: 12256515.
HSL color Cylindrical-coordinate representation of color #0305BB: hue angle of 239.35º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0305BB is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 5 | 187 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.27 |
| HSL | 239.35º | 0.97% | 0.37% | - |
| HSV(B) | 239.35º | 0.98% | 0.73% | - |
| XYZ | 9.06 | 3.72 | 47.25 | - |
| YUV | 25.15 | 219.34 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 187 | 0.98 | 0.97 | 0 | 0.27 | 239.35 | 0.97 | 0.37 |
| Hex | 3 | 5 | BB | 62 | 61 | 0 | 1B | EF | 61 | 25 |
| Octal | 3 | 5 | 273 | 142 | 141 | 0 | 33 | 357 | 141 | 45 |
| Binary | 11 | 101 | 10111011 | 1100010 | 1100001 | 0 | 11011 | 11101111 | 1100001 | 100101 |
Color Harmonies of #0305BB
Complementary color
Monochromatic Colors of #0305BB
Black with #0305BB
Text Example
Text Example
White with #0305BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0305BB; }
p { color: rgb(3,5,187); }
H1.HeaderClassName
{
color: #0305BB;
}
.AnyTagClassName
{
color: #0305BB;
}
</style>
background-color css
<style>
a { background-color: #0305BB; }
a { background-color: rgb(3,5,187); }
div.DivClassName
{
background-color: #0305BB;
}
.BgClassName
{
background-color: #0305BB;
}
</style>
border-color css
<style>
span { border-color: #0305BB; }
span { border-color: rgb(3,5,187); }
td.TdClassName
{
border-color: #0305BB;
}
.TagClassName
{
border-color: #0305BB;
}
</style>