Shades of Medium Blue #0309BE
Tints of Medium Blue #0309BE
RGB
CMYK
RGB Variations
Color information
#0309BE (or 0x0309BE) is known color: Medium Blue. HEX triplet: 03, 09 and BE. RGB value is (3,9,190). Sum of RGB (Red+Green+Blue) = 3+9+190=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 190 (74.61% from 255 or 94.06% from 202); Max value from RGB is 190 - color contains mainly: blue. Hex color #0309BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0309BE is #FCF641. Grayscale: #1B1B1B. Windows color (decimal): -16578114 or 12454147. OLE color: 12454147.
HSL color Cylindrical-coordinate representation of color #0309BE: hue angle of 238.07º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0309BE is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 9 | 190 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.25 |
| HSL | 238.07º | 0.97% | 0.38% | - |
| HSV(B) | 238.07º | 0.98% | 0.75% | - |
| XYZ | 9.43 | 3.93 | 48.98 | - |
| YUV | 27.84 | 219.51 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 190 | 0.98 | 0.95 | 0 | 0.25 | 238.07 | 0.97 | 0.38 |
| Hex | 3 | 9 | BE | 62 | 5F | 0 | 19 | EE | 61 | 26 |
| Octal | 3 | 11 | 276 | 142 | 137 | 0 | 31 | 356 | 141 | 46 |
| Binary | 11 | 1001 | 10111110 | 1100010 | 1011111 | 0 | 11001 | 11101110 | 1100001 | 100110 |
Color Harmonies of #0309BE
Complementary color
Monochromatic Colors of #0309BE
Black with #0309BE
Text Example
Text Example
White with #0309BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0309BE; }
p { color: rgb(3,9,190); }
H1.HeaderClassName
{
color: #0309BE;
}
.AnyTagClassName
{
color: #0309BE;
}
</style>
background-color css
<style>
a { background-color: #0309BE; }
a { background-color: rgb(3,9,190); }
div.DivClassName
{
background-color: #0309BE;
}
.BgClassName
{
background-color: #0309BE;
}
</style>
border-color css
<style>
span { border-color: #0309BE; }
span { border-color: rgb(3,9,190); }
td.TdClassName
{
border-color: #0309BE;
}
.TagClassName
{
border-color: #0309BE;
}
</style>