Shades of Medium Blue #0314CC
Tints of Medium Blue #0314CC
RGB
CMYK
RGB Variations
Color information
#0314CC (or 0x0314CC) is known color: Medium Blue. HEX triplet: 03, 14 and CC. RGB value is (3,20,204). Sum of RGB (Red+Green+Blue) = 3+20+204=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 204 (80.08% from 255 or 89.87% from 227); Max value from RGB is 204 - color contains mainly: blue. Hex color #0314CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0314CC is #FCEB33. Grayscale: #232323. Windows color (decimal): -16575284 or 13374467. OLE color: 13374467.
HSL color Cylindrical-coordinate representation of color #0314CC: hue angle of 234.93º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0314CC is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 20 | 204 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.2 |
| HSL | 234.93º | 0.97% | 0.41% | - |
| HSV(B) | 234.93º | 0.99% | 0.8% | - |
| XYZ | 11.19 | 4.88 | 57.48 | - |
| YUV | 35.89 | 222.87 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 204 | 0.99 | 0.90 | 0 | 0.2 | 234.93 | 0.97 | 0.41 |
| Hex | 3 | 14 | CC | 63 | 5A | 0 | 14 | EB | 61 | 29 |
| Octal | 3 | 24 | 314 | 143 | 132 | 0 | 24 | 353 | 141 | 51 |
| Binary | 11 | 10100 | 11001100 | 1100011 | 1011010 | 0 | 10100 | 11101011 | 1100001 | 101001 |
Color Harmonies of #0314CC
Complementary color
Monochromatic Colors of #0314CC
Black with #0314CC
Text Example
Text Example
White with #0314CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0314CC; }
p { color: rgb(3,20,204); }
H1.HeaderClassName
{
color: #0314CC;
}
.AnyTagClassName
{
color: #0314CC;
}
</style>
background-color css
<style>
a { background-color: #0314CC; }
a { background-color: rgb(3,20,204); }
div.DivClassName
{
background-color: #0314CC;
}
.BgClassName
{
background-color: #0314CC;
}
</style>
border-color css
<style>
span { border-color: #0314CC; }
span { border-color: rgb(3,20,204); }
td.TdClassName
{
border-color: #0314CC;
}
.TagClassName
{
border-color: #0314CC;
}
</style>