Shades of Medium Blue #0308BC
Tints of Medium Blue #0308BC
RGB
CMYK
RGB Variations
Color information
#0308BC (or 0x0308BC) is known color: Medium Blue. HEX triplet: 03, 08 and BC. RGB value is (3,8,188). Sum of RGB (Red+Green+Blue) = 3+8+188=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 188 (73.83% from 255 or 94.47% from 199); Max value from RGB is 188 - color contains mainly: blue. Hex color #0308BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0308BC is #FCF743. Grayscale: #1A1A1A. Windows color (decimal): -16578372 or 12322819. OLE color: 12322819.
HSL color Cylindrical-coordinate representation of color #0308BC: hue angle of 238.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0308BC is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 8 | 188 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.26 |
| HSL | 238.38º | 0.97% | 0.37% | - |
| HSV(B) | 238.38º | 0.98% | 0.74% | - |
| XYZ | 9.2 | 3.82 | 47.83 | - |
| YUV | 27.03 | 218.84 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 188 | 0.98 | 0.96 | 0 | 0.26 | 238.38 | 0.97 | 0.37 |
| Hex | 3 | 8 | BC | 62 | 60 | 0 | 1A | EE | 61 | 25 |
| Octal | 3 | 10 | 274 | 142 | 140 | 0 | 32 | 356 | 141 | 45 |
| Binary | 11 | 1000 | 10111100 | 1100010 | 1100000 | 0 | 11010 | 11101110 | 1100001 | 100101 |
Color Harmonies of #0308BC
Complementary color
Monochromatic Colors of #0308BC
Black with #0308BC
Text Example
Text Example
White with #0308BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0308BC; }
p { color: rgb(3,8,188); }
H1.HeaderClassName
{
color: #0308BC;
}
.AnyTagClassName
{
color: #0308BC;
}
</style>
background-color css
<style>
a { background-color: #0308BC; }
a { background-color: rgb(3,8,188); }
div.DivClassName
{
background-color: #0308BC;
}
.BgClassName
{
background-color: #0308BC;
}
</style>
border-color css
<style>
span { border-color: #0308BC; }
span { border-color: rgb(3,8,188); }
td.TdClassName
{
border-color: #0308BC;
}
.TagClassName
{
border-color: #0308BC;
}
</style>