Shades of Medium Blue #0302BE
Tints of Medium Blue #0302BE
RGB
CMYK
RGB Variations
Color information
#0302BE (or 0x0302BE) is known color: Medium Blue. HEX triplet: 03, 02 and BE. RGB value is (3,2,190). Sum of RGB (Red+Green+Blue) = 3+2+190=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 190 (74.61% from 255 or 97.44% from 195); Max value from RGB is 190 - color contains mainly: blue. Hex color #0302BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0302BE is #FCFD41. Grayscale: #161616. Windows color (decimal): -16579906 or 12452355. OLE color: 12452355.
HSL color Cylindrical-coordinate representation of color #0302BE: hue angle of 240.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0302BE is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 2 | 190 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.25 |
| HSL | 240.32º | 0.98% | 0.38% | - |
| HSV(B) | 240.32º | 0.99% | 0.75% | - |
| XYZ | 9.35 | 3.78 | 48.95 | - |
| YUV | 23.73 | 221.83 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 190 | 0.98 | 0.99 | 0 | 0.25 | 240.32 | 0.98 | 0.38 |
| Hex | 3 | 2 | BE | 62 | 63 | 0 | 19 | F0 | 62 | 26 |
| Octal | 3 | 2 | 276 | 142 | 143 | 0 | 31 | 360 | 142 | 46 |
| Binary | 11 | 10 | 10111110 | 1100010 | 1100011 | 0 | 11001 | 11110000 | 1100010 | 100110 |
Color Harmonies of #0302BE
Complementary color
Monochromatic Colors of #0302BE
Black with #0302BE
Text Example
Text Example
White with #0302BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0302BE; }
p { color: rgb(3,2,190); }
H1.HeaderClassName
{
color: #0302BE;
}
.AnyTagClassName
{
color: #0302BE;
}
</style>
background-color css
<style>
a { background-color: #0302BE; }
a { background-color: rgb(3,2,190); }
div.DivClassName
{
background-color: #0302BE;
}
.BgClassName
{
background-color: #0302BE;
}
</style>
border-color css
<style>
span { border-color: #0302BE; }
span { border-color: rgb(3,2,190); }
td.TdClassName
{
border-color: #0302BE;
}
.TagClassName
{
border-color: #0302BE;
}
</style>