Shades of Medium Blue #0303BA
Tints of Medium Blue #0303BA
RGB
CMYK
RGB Variations
Color information
#0303BA (or 0x0303BA) is known color: Medium Blue. HEX triplet: 03, 03 and BA. RGB value is (3,3,186). Sum of RGB (Red+Green+Blue) = 3+3+186=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 186 (73.05% from 255 or 96.88% from 192); Max value from RGB is 186 - color contains mainly: blue. Hex color #0303BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0303BA is #FCFC45. Grayscale: #171717. Windows color (decimal): -16579654 or 12190467. OLE color: 12190467.
HSL color Cylindrical-coordinate representation of color #0303BA: hue angle of 240º 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 #0303BA is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 3 | 186 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.27 |
| HSL | 240º | 0.97% | 0.37% | - |
| HSV(B) | 240º | 0.98% | 0.73% | - |
| XYZ | 8.93 | 3.63 | 46.68 | - |
| YUV | 23.86 | 219.5 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 186 | 0.98 | 0.98 | 0 | 0.27 | 240 | 0.97 | 0.37 |
| Hex | 3 | 3 | BA | 62 | 62 | 0 | 1B | F0 | 61 | 25 |
| Octal | 3 | 3 | 272 | 142 | 142 | 0 | 33 | 360 | 141 | 45 |
| Binary | 11 | 11 | 10111010 | 1100010 | 1100010 | 0 | 11011 | 11110000 | 1100001 | 100101 |
Color Harmonies of #0303BA
Complementary color
Monochromatic Colors of #0303BA
Black with #0303BA
Text Example
Text Example
White with #0303BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0303BA; }
p { color: rgb(3,3,186); }
H1.HeaderClassName
{
color: #0303BA;
}
.AnyTagClassName
{
color: #0303BA;
}
</style>
background-color css
<style>
a { background-color: #0303BA; }
a { background-color: rgb(3,3,186); }
div.DivClassName
{
background-color: #0303BA;
}
.BgClassName
{
background-color: #0303BA;
}
</style>
border-color css
<style>
span { border-color: #0303BA; }
span { border-color: rgb(3,3,186); }
td.TdClassName
{
border-color: #0303BA;
}
.TagClassName
{
border-color: #0303BA;
}
</style>