Shades of Medium Blue #0310CC
Tints of Medium Blue #0310CC
RGB
CMYK
RGB Variations
Color information
#0310CC (or 0x0310CC) is known color: Medium Blue. HEX triplet: 03, 10 and CC. RGB value is (3,16,204). Sum of RGB (Red+Green+Blue) = 3+16+204=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 204 (80.08% from 255 or 91.48% from 223); Max value from RGB is 204 - color contains mainly: blue. Hex color #0310CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0310CC is #FCEF33. Grayscale: #202020. Windows color (decimal): -16576308 or 13373443. OLE color: 13373443.
HSL color Cylindrical-coordinate representation of color #0310CC: hue angle of 236.12º 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 #0310CC is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 16 | 204 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.2 |
| HSL | 236.12º | 0.97% | 0.41% | - |
| HSV(B) | 236.12º | 0.99% | 0.8% | - |
| XYZ | 11.12 | 4.75 | 57.46 | - |
| YUV | 33.55 | 224.19 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 204 | 0.99 | 0.92 | 0 | 0.2 | 236.12 | 0.97 | 0.41 |
| Hex | 3 | 10 | CC | 63 | 5C | 0 | 14 | EC | 61 | 29 |
| Octal | 3 | 20 | 314 | 143 | 134 | 0 | 24 | 354 | 141 | 51 |
| Binary | 11 | 10000 | 11001100 | 1100011 | 1011100 | 0 | 10100 | 11101100 | 1100001 | 101001 |
Color Harmonies of #0310CC
Complementary color
Monochromatic Colors of #0310CC
Black with #0310CC
Text Example
Text Example
White with #0310CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0310CC; }
p { color: rgb(3,16,204); }
H1.HeaderClassName
{
color: #0310CC;
}
.AnyTagClassName
{
color: #0310CC;
}
</style>
background-color css
<style>
a { background-color: #0310CC; }
a { background-color: rgb(3,16,204); }
div.DivClassName
{
background-color: #0310CC;
}
.BgClassName
{
background-color: #0310CC;
}
</style>
border-color css
<style>
span { border-color: #0310CC; }
span { border-color: rgb(3,16,204); }
td.TdClassName
{
border-color: #0310CC;
}
.TagClassName
{
border-color: #0310CC;
}
</style>