Shades of Medium Blue #0309BC
Tints of Medium Blue #0309BC
RGB
CMYK
RGB Variations
Color information
#0309BC (or 0x0309BC) is known color: Medium Blue. HEX triplet: 03, 09 and BC. RGB value is (3,9,188). Sum of RGB (Red+Green+Blue) = 3+9+188=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 188 (73.83% from 255 or 94% from 200); Max value from RGB is 188 - color contains mainly: blue. Hex color #0309BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0309BC is #FCF643. Grayscale: #1A1A1A. Windows color (decimal): -16578116 or 12323075. OLE color: 12323075.
HSL color Cylindrical-coordinate representation of color #0309BC: hue angle of 238.05º 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 #0309BC is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 9 | 188 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.26 |
| HSL | 238.05º | 0.97% | 0.37% | - |
| HSV(B) | 238.05º | 0.98% | 0.74% | - |
| XYZ | 9.21 | 3.85 | 47.83 | - |
| YUV | 27.61 | 218.51 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 188 | 0.98 | 0.95 | 0 | 0.26 | 238.05 | 0.97 | 0.37 |
| Hex | 3 | 9 | BC | 62 | 5F | 0 | 1A | EE | 61 | 25 |
| Octal | 3 | 11 | 274 | 142 | 137 | 0 | 32 | 356 | 141 | 45 |
| Binary | 11 | 1001 | 10111100 | 1100010 | 1011111 | 0 | 11010 | 11101110 | 1100001 | 100101 |
Color Harmonies of #0309BC
Complementary color
Monochromatic Colors of #0309BC
Black with #0309BC
Text Example
Text Example
White with #0309BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0309BC; }
p { color: rgb(3,9,188); }
H1.HeaderClassName
{
color: #0309BC;
}
.AnyTagClassName
{
color: #0309BC;
}
</style>
background-color css
<style>
a { background-color: #0309BC; }
a { background-color: rgb(3,9,188); }
div.DivClassName
{
background-color: #0309BC;
}
.BgClassName
{
background-color: #0309BC;
}
</style>
border-color css
<style>
span { border-color: #0309BC; }
span { border-color: rgb(3,9,188); }
td.TdClassName
{
border-color: #0309BC;
}
.TagClassName
{
border-color: #0309BC;
}
</style>