Shades of Medium Blue #0314B6
Tints of Medium Blue #0314B6
RGB
CMYK
RGB Variations
Color information
#0314B6 (or 0x0314B6) is known color: Medium Blue. HEX triplet: 03, 14 and B6. RGB value is (3,20,182). Sum of RGB (Red+Green+Blue) = 3+20+182=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 182 (71.48% from 255 or 88.78% from 205); Max value from RGB is 182 - color contains mainly: blue. Hex color #0314B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0314B6 is #FCEB49. Grayscale: #202020. Windows color (decimal): -16575306 or 11932675. OLE color: 11932675.
HSL color Cylindrical-coordinate representation of color #0314B6: hue angle of 234.3º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0314B6 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 20 | 182 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.29 |
| HSL | 234.3º | 0.97% | 0.36% | - |
| HSV(B) | 234.3º | 0.98% | 0.71% | - |
| XYZ | 8.73 | 3.9 | 44.55 | - |
| YUV | 33.39 | 211.87 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 182 | 0.98 | 0.89 | 0 | 0.29 | 234.3 | 0.97 | 0.36 |
| Hex | 3 | 14 | B6 | 62 | 59 | 0 | 1D | EA | 61 | 24 |
| Octal | 3 | 24 | 266 | 142 | 131 | 0 | 35 | 352 | 141 | 44 |
| Binary | 11 | 10100 | 10110110 | 1100010 | 1011001 | 0 | 11101 | 11101010 | 1100001 | 100100 |
Color Harmonies of #0314B6
Complementary color
Monochromatic Colors of #0314B6
Black with #0314B6
Text Example
Text Example
White with #0314B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0314B6; }
p { color: rgb(3,20,182); }
H1.HeaderClassName
{
color: #0314B6;
}
.AnyTagClassName
{
color: #0314B6;
}
</style>
background-color css
<style>
a { background-color: #0314B6; }
a { background-color: rgb(3,20,182); }
div.DivClassName
{
background-color: #0314B6;
}
.BgClassName
{
background-color: #0314B6;
}
</style>
border-color css
<style>
span { border-color: #0314B6; }
span { border-color: rgb(3,20,182); }
td.TdClassName
{
border-color: #0314B6;
}
.TagClassName
{
border-color: #0314B6;
}
</style>