Shades of Medium Blue #0302BC
Tints of Medium Blue #0302BC
RGB
CMYK
RGB Variations
Color information
#0302BC (or 0x0302BC) is known color: Medium Blue. HEX triplet: 03, 02 and BC. RGB value is (3,2,188). Sum of RGB (Red+Green+Blue) = 3+2+188=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 188 (73.83% from 255 or 97.41% from 193); Max value from RGB is 188 - color contains mainly: blue. Hex color #0302BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0302BC is #FCFD43. Grayscale: #161616. Windows color (decimal): -16579908 or 12321283. OLE color: 12321283.
HSL color Cylindrical-coordinate representation of color #0302BC: hue angle of 240.32º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0302BC is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 2 | 188 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.26 |
| HSL | 240.32º | 0.98% | 0.37% | - |
| HSV(B) | 240.32º | 0.99% | 0.74% | - |
| XYZ | 9.14 | 3.69 | 47.81 | - |
| YUV | 23.5 | 220.83 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 188 | 0.98 | 0.99 | 0 | 0.26 | 240.32 | 0.98 | 0.37 |
| Hex | 3 | 2 | BC | 62 | 63 | 0 | 1A | F0 | 62 | 25 |
| Octal | 3 | 2 | 274 | 142 | 143 | 0 | 32 | 360 | 142 | 45 |
| Binary | 11 | 10 | 10111100 | 1100010 | 1100011 | 0 | 11010 | 11110000 | 1100010 | 100101 |
Color Harmonies of #0302BC
Complementary color
Monochromatic Colors of #0302BC
Black with #0302BC
Text Example
Text Example
White with #0302BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0302BC; }
p { color: rgb(3,2,188); }
H1.HeaderClassName
{
color: #0302BC;
}
.AnyTagClassName
{
color: #0302BC;
}
</style>
background-color css
<style>
a { background-color: #0302BC; }
a { background-color: rgb(3,2,188); }
div.DivClassName
{
background-color: #0302BC;
}
.BgClassName
{
background-color: #0302BC;
}
</style>
border-color css
<style>
span { border-color: #0302BC; }
span { border-color: rgb(3,2,188); }
td.TdClassName
{
border-color: #0302BC;
}
.TagClassName
{
border-color: #0302BC;
}
</style>