Shades of Medium Blue #0303BE
Tints of Medium Blue #0303BE
RGB
CMYK
RGB Variations
Color information
#0303BE (or 0x0303BE) is known color: Medium Blue. HEX triplet: 03, 03 and BE. RGB value is (3,3,190). Sum of RGB (Red+Green+Blue) = 3+3+190=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 190 (74.61% from 255 or 96.94% from 196); Max value from RGB is 190 - color contains mainly: blue. Hex color #0303BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0303BE is #FCFC41. Grayscale: #171717. Windows color (decimal): -16579650 or 12452611. OLE color: 12452611.
HSL color Cylindrical-coordinate representation of color #0303BE: hue angle of 240º 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 #0303BE is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 3 | 190 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.25 |
| HSL | 240º | 0.97% | 0.38% | - |
| HSV(B) | 240º | 0.98% | 0.75% | - |
| XYZ | 9.36 | 3.8 | 48.96 | - |
| YUV | 24.32 | 221.5 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 190 | 0.98 | 0.98 | 0 | 0.25 | 240 | 0.97 | 0.38 |
| Hex | 3 | 3 | BE | 62 | 62 | 0 | 19 | F0 | 61 | 26 |
| Octal | 3 | 3 | 276 | 142 | 142 | 0 | 31 | 360 | 141 | 46 |
| Binary | 11 | 11 | 10111110 | 1100010 | 1100010 | 0 | 11001 | 11110000 | 1100001 | 100110 |
Color Harmonies of #0303BE
Complementary color
Monochromatic Colors of #0303BE
Black with #0303BE
Text Example
Text Example
White with #0303BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0303BE; }
p { color: rgb(3,3,190); }
H1.HeaderClassName
{
color: #0303BE;
}
.AnyTagClassName
{
color: #0303BE;
}
</style>
background-color css
<style>
a { background-color: #0303BE; }
a { background-color: rgb(3,3,190); }
div.DivClassName
{
background-color: #0303BE;
}
.BgClassName
{
background-color: #0303BE;
}
</style>
border-color css
<style>
span { border-color: #0303BE; }
span { border-color: rgb(3,3,190); }
td.TdClassName
{
border-color: #0303BE;
}
.TagClassName
{
border-color: #0303BE;
}
</style>