Shades of Medium Blue #0302BB
Tints of Medium Blue #0302BB
RGB
CMYK
RGB Variations
Color information
#0302BB (or 0x0302BB) is known color: Medium Blue. HEX triplet: 03, 02 and BB. RGB value is (3,2,187). Sum of RGB (Red+Green+Blue) = 3+2+187=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 187 (73.44% from 255 or 97.40% from 192); Max value from RGB is 187 - color contains mainly: blue. Hex color #0302BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0302BB is #FCFD44. Grayscale: #161616. Windows color (decimal): -16579909 or 12255747. OLE color: 12255747.
HSL color Cylindrical-coordinate representation of color #0302BB: hue angle of 240.32º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0302BB is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 2 | 187 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.27 |
| HSL | 240.32º | 0.98% | 0.37% | - |
| HSV(B) | 240.32º | 0.99% | 0.73% | - |
| XYZ | 9.03 | 3.65 | 47.24 | - |
| YUV | 23.39 | 220.33 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 187 | 0.98 | 0.99 | 0 | 0.27 | 240.32 | 0.98 | 0.37 |
| Hex | 3 | 2 | BB | 62 | 63 | 0 | 1B | F0 | 62 | 25 |
| Octal | 3 | 2 | 273 | 142 | 143 | 0 | 33 | 360 | 142 | 45 |
| Binary | 11 | 10 | 10111011 | 1100010 | 1100011 | 0 | 11011 | 11110000 | 1100010 | 100101 |
Color Harmonies of #0302BB
Complementary color
Monochromatic Colors of #0302BB
Black with #0302BB
Text Example
Text Example
White with #0302BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0302BB; }
p { color: rgb(3,2,187); }
H1.HeaderClassName
{
color: #0302BB;
}
.AnyTagClassName
{
color: #0302BB;
}
</style>
background-color css
<style>
a { background-color: #0302BB; }
a { background-color: rgb(3,2,187); }
div.DivClassName
{
background-color: #0302BB;
}
.BgClassName
{
background-color: #0302BB;
}
</style>
border-color css
<style>
span { border-color: #0302BB; }
span { border-color: rgb(3,2,187); }
td.TdClassName
{
border-color: #0302BB;
}
.TagClassName
{
border-color: #0302BB;
}
</style>