Shades of Medium Blue #0316CF
Tints of Medium Blue #0316CF
RGB
CMYK
RGB Variations
Color information
#0316CF (or 0x0316CF) is known color: Medium Blue. HEX triplet: 03, 16 and CF. RGB value is (3,22,207). Sum of RGB (Red+Green+Blue) = 3+22+207=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 207 (81.25% from 255 or 89.22% from 232); Max value from RGB is 207 - color contains mainly: blue. Hex color #0316CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0316CF is #FCE930. Grayscale: #242424. Windows color (decimal): -16574769 or 13571587. OLE color: 13571587.
HSL color Cylindrical-coordinate representation of color #0316CF: hue angle of 234.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0316CF is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 22 | 207 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.19 |
| HSL | 234.41º | 0.97% | 0.41% | - |
| HSV(B) | 234.41º | 0.99% | 0.81% | - |
| XYZ | 11.59 | 5.1 | 59.4 | - |
| YUV | 37.41 | 223.71 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 207 | 0.99 | 0.89 | 0 | 0.19 | 234.41 | 0.97 | 0.41 |
| Hex | 3 | 16 | CF | 63 | 59 | 0 | 13 | EA | 61 | 29 |
| Octal | 3 | 26 | 317 | 143 | 131 | 0 | 23 | 352 | 141 | 51 |
| Binary | 11 | 10110 | 11001111 | 1100011 | 1011001 | 0 | 10011 | 11101010 | 1100001 | 101001 |
Color Harmonies of #0316CF
Complementary color
Monochromatic Colors of #0316CF
Black with #0316CF
Text Example
Text Example
White with #0316CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0316CF; }
p { color: rgb(3,22,207); }
H1.HeaderClassName
{
color: #0316CF;
}
.AnyTagClassName
{
color: #0316CF;
}
</style>
background-color css
<style>
a { background-color: #0316CF; }
a { background-color: rgb(3,22,207); }
div.DivClassName
{
background-color: #0316CF;
}
.BgClassName
{
background-color: #0316CF;
}
</style>
border-color css
<style>
span { border-color: #0316CF; }
span { border-color: rgb(3,22,207); }
td.TdClassName
{
border-color: #0316CF;
}
.TagClassName
{
border-color: #0316CF;
}
</style>