Shades of Medium Blue #0317BC
Tints of Medium Blue #0317BC
RGB
CMYK
RGB Variations
Color information
#0317BC (or 0x0317BC) is known color: Medium Blue. HEX triplet: 03, 17 and BC. RGB value is (3,23,188). Sum of RGB (Red+Green+Blue) = 3+23+188=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #0317BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0317BC is #FCE843. Grayscale: #232323. Windows color (decimal): -16574532 or 12326659. OLE color: 12326659.
HSL color Cylindrical-coordinate representation of color #0317BC: hue angle of 233.51º 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 #0317BC is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 23 | 188 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.26 |
| HSL | 233.51º | 0.97% | 0.37% | - |
| HSV(B) | 233.51º | 0.98% | 0.74% | - |
| XYZ | 9.42 | 4.26 | 47.9 | - |
| YUV | 35.83 | 213.87 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 188 | 0.98 | 0.88 | 0 | 0.26 | 233.51 | 0.97 | 0.37 |
| Hex | 3 | 17 | BC | 62 | 58 | 0 | 1A | EA | 61 | 25 |
| Octal | 3 | 27 | 274 | 142 | 130 | 0 | 32 | 352 | 141 | 45 |
| Binary | 11 | 10111 | 10111100 | 1100010 | 1011000 | 0 | 11010 | 11101010 | 1100001 | 100101 |
Color Harmonies of #0317BC
Complementary color
Monochromatic Colors of #0317BC
Black with #0317BC
Text Example
Text Example
White with #0317BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0317BC; }
p { color: rgb(3,23,188); }
H1.HeaderClassName
{
color: #0317BC;
}
.AnyTagClassName
{
color: #0317BC;
}
</style>
background-color css
<style>
a { background-color: #0317BC; }
a { background-color: rgb(3,23,188); }
div.DivClassName
{
background-color: #0317BC;
}
.BgClassName
{
background-color: #0317BC;
}
</style>
border-color css
<style>
span { border-color: #0317BC; }
span { border-color: rgb(3,23,188); }
td.TdClassName
{
border-color: #0317BC;
}
.TagClassName
{
border-color: #0317BC;
}
</style>