Shades of Medium Blue #0314B7
Tints of Medium Blue #0314B7
RGB
CMYK
RGB Variations
Color information
#0314B7 (or 0x0314B7) is known color: Medium Blue. HEX triplet: 03, 14 and B7. RGB value is (3,20,183). Sum of RGB (Red+Green+Blue) = 3+20+183=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 183 (71.88% from 255 or 88.83% from 206); Max value from RGB is 183 - color contains mainly: blue. Hex color #0314B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0314B7 is #FCEB48. Grayscale: #202020. Windows color (decimal): -16575305 or 11998211. OLE color: 11998211.
HSL color Cylindrical-coordinate representation of color #0314B7: hue angle of 234.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0314B7 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 20 | 183 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.28 |
| HSL | 234.33º | 0.97% | 0.36% | - |
| HSV(B) | 234.33º | 0.98% | 0.72% | - |
| XYZ | 8.83 | 3.94 | 45.09 | - |
| YUV | 33.5 | 212.37 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 183 | 0.98 | 0.89 | 0 | 0.28 | 234.33 | 0.97 | 0.36 |
| Hex | 3 | 14 | B7 | 62 | 59 | 0 | 1C | EA | 61 | 24 |
| Octal | 3 | 24 | 267 | 142 | 131 | 0 | 34 | 352 | 141 | 44 |
| Binary | 11 | 10100 | 10110111 | 1100010 | 1011001 | 0 | 11100 | 11101010 | 1100001 | 100100 |
Color Harmonies of #0314B7
Complementary color
Monochromatic Colors of #0314B7
Black with #0314B7
Text Example
Text Example
White with #0314B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0314B7; }
p { color: rgb(3,20,183); }
H1.HeaderClassName
{
color: #0314B7;
}
.AnyTagClassName
{
color: #0314B7;
}
</style>
background-color css
<style>
a { background-color: #0314B7; }
a { background-color: rgb(3,20,183); }
div.DivClassName
{
background-color: #0314B7;
}
.BgClassName
{
background-color: #0314B7;
}
</style>
border-color css
<style>
span { border-color: #0314B7; }
span { border-color: rgb(3,20,183); }
td.TdClassName
{
border-color: #0314B7;
}
.TagClassName
{
border-color: #0314B7;
}
</style>