Shades of Blue #0310EC
Tints of Blue #0310EC
RGB
CMYK
RGB Variations
Color information
#0310EC (or 0x0310EC) is known color: Blue. HEX triplet: 03, 10 and EC. RGB value is (3,16,236). Sum of RGB (Red+Green+Blue) = 3+16+236=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 236 (92.58% from 255 or 92.55% from 255); Max value from RGB is 236 - color contains mainly: blue. Hex color #0310EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0310EC is #FCEF13. Grayscale: #242424. Windows color (decimal): -16576276 or 15470595. OLE color: 15470595.
HSL color Cylindrical-coordinate representation of color #0310EC: hue angle of 236.65º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0310EC is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 16 | 236 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.07 |
| HSL | 236.65º | 0.97% | 0.47% | - |
| HSV(B) | 236.65º | 0.99% | 0.93% | - |
| XYZ | 15.36 | 6.45 | 79.79 | - |
| YUV | 37.19 | 240.19 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 236 | 0.99 | 0.93 | 0 | 0.07 | 236.65 | 0.97 | 0.47 |
| Hex | 3 | 10 | EC | 63 | 5D | 0 | 7 | ED | 61 | 2F |
| Octal | 3 | 20 | 354 | 143 | 135 | 0 | 7 | 355 | 141 | 57 |
| Binary | 11 | 10000 | 11101100 | 1100011 | 1011101 | 0 | 111 | 11101101 | 1100001 | 101111 |
Color Harmonies of #0310EC
Complementary color
Monochromatic Colors of #0310EC
Black with #0310EC
Text Example
Text Example
White with #0310EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0310EC; }
p { color: rgb(3,16,236); }
H1.HeaderClassName
{
color: #0310EC;
}
.AnyTagClassName
{
color: #0310EC;
}
</style>
background-color css
<style>
a { background-color: #0310EC; }
a { background-color: rgb(3,16,236); }
div.DivClassName
{
background-color: #0310EC;
}
.BgClassName
{
background-color: #0310EC;
}
</style>
border-color css
<style>
span { border-color: #0310EC; }
span { border-color: rgb(3,16,236); }
td.TdClassName
{
border-color: #0310EC;
}
.TagClassName
{
border-color: #0310EC;
}
</style>