Shades of Medium Blue #0316CA
Tints of Medium Blue #0316CA
RGB
CMYK
RGB Variations
Color information
#0316CA (or 0x0316CA) is known color: Medium Blue. HEX triplet: 03, 16 and CA. RGB value is (3,22,202). Sum of RGB (Red+Green+Blue) = 3+22+202=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 202 (79.30% from 255 or 88.99% from 227); Max value from RGB is 202 - color contains mainly: blue. Hex color #0316CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0316CA is #FCE935. Grayscale: #242424. Windows color (decimal): -16574774 or 13243907. OLE color: 13243907.
HSL color Cylindrical-coordinate representation of color #0316CA: hue angle of 234.27º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0316CA is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 22 | 202 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.21 |
| HSL | 234.27º | 0.97% | 0.4% | - |
| HSV(B) | 234.27º | 0.99% | 0.79% | - |
| XYZ | 10.99 | 4.86 | 56.24 | - |
| YUV | 36.84 | 221.21 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 202 | 0.99 | 0.89 | 0 | 0.21 | 234.27 | 0.97 | 0.4 |
| Hex | 3 | 16 | CA | 63 | 59 | 0 | 15 | EA | 61 | 28 |
| Octal | 3 | 26 | 312 | 143 | 131 | 0 | 25 | 352 | 141 | 50 |
| Binary | 11 | 10110 | 11001010 | 1100011 | 1011001 | 0 | 10101 | 11101010 | 1100001 | 101000 |
Color Harmonies of #0316CA
Complementary color
Monochromatic Colors of #0316CA
Black with #0316CA
Text Example
Text Example
White with #0316CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0316CA; }
p { color: rgb(3,22,202); }
H1.HeaderClassName
{
color: #0316CA;
}
.AnyTagClassName
{
color: #0316CA;
}
</style>
background-color css
<style>
a { background-color: #0316CA; }
a { background-color: rgb(3,22,202); }
div.DivClassName
{
background-color: #0316CA;
}
.BgClassName
{
background-color: #0316CA;
}
</style>
border-color css
<style>
span { border-color: #0316CA; }
span { border-color: rgb(3,22,202); }
td.TdClassName
{
border-color: #0316CA;
}
.TagClassName
{
border-color: #0316CA;
}
</style>