Shades of Medium Blue #0313C2
Tints of Medium Blue #0313C2
RGB
CMYK
RGB Variations
Color information
#0313C2 (or 0x0313C2) is known color: Medium Blue. HEX triplet: 03, 13 and C2. RGB value is (3,19,194). Sum of RGB (Red+Green+Blue) = 3+19+194=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 194 (76.17% from 255 or 89.81% from 216); Max value from RGB is 194 - color contains mainly: blue. Hex color #0313C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0313C2 is #FCEC3D. Grayscale: #212121. Windows color (decimal): -16575550 or 12718851. OLE color: 12718851.
HSL color Cylindrical-coordinate representation of color #0313C2: hue angle of 234.97º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0313C2 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 19 | 194 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.24 |
| HSL | 234.97º | 0.97% | 0.39% | - |
| HSV(B) | 234.97º | 0.98% | 0.76% | - |
| XYZ | 10.01 | 4.38 | 51.36 | - |
| YUV | 34.17 | 218.2 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 194 | 0.98 | 0.90 | 0 | 0.24 | 234.97 | 0.97 | 0.39 |
| Hex | 3 | 13 | C2 | 62 | 5A | 0 | 18 | EB | 61 | 27 |
| Octal | 3 | 23 | 302 | 142 | 132 | 0 | 30 | 353 | 141 | 47 |
| Binary | 11 | 10011 | 11000010 | 1100010 | 1011010 | 0 | 11000 | 11101011 | 1100001 | 100111 |
Color Harmonies of #0313C2
Complementary color
Monochromatic Colors of #0313C2
Black with #0313C2
Text Example
Text Example
White with #0313C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0313C2; }
p { color: rgb(3,19,194); }
H1.HeaderClassName
{
color: #0313C2;
}
.AnyTagClassName
{
color: #0313C2;
}
</style>
background-color css
<style>
a { background-color: #0313C2; }
a { background-color: rgb(3,19,194); }
div.DivClassName
{
background-color: #0313C2;
}
.BgClassName
{
background-color: #0313C2;
}
</style>
border-color css
<style>
span { border-color: #0313C2; }
span { border-color: rgb(3,19,194); }
td.TdClassName
{
border-color: #0313C2;
}
.TagClassName
{
border-color: #0313C2;
}
</style>