Shades of Medium Blue #0310DA
Tints of Medium Blue #0310DA
RGB
CMYK
RGB Variations
Color information
#0310DA (or 0x0310DA) is known color: Medium Blue. HEX triplet: 03, 10 and DA. RGB value is (3,16,218). Sum of RGB (Red+Green+Blue) = 3+16+218=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 218 (85.55% from 255 or 91.98% from 237); Max value from RGB is 218 - color contains mainly: blue. Hex color #0310DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0310DA is #FCEF25. Grayscale: #222222. Windows color (decimal): -16576294 or 14290947. OLE color: 14290947.
HSL color Cylindrical-coordinate representation of color #0310DA: hue angle of 236.37º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0310DA is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 16 | 218 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.15 |
| HSL | 236.37º | 0.97% | 0.43% | - |
| HSV(B) | 236.37º | 0.99% | 0.85% | - |
| XYZ | 12.88 | 5.45 | 66.7 | - |
| YUV | 35.14 | 231.19 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 218 | 0.99 | 0.93 | 0 | 0.15 | 236.37 | 0.97 | 0.43 |
| Hex | 3 | 10 | DA | 63 | 5D | 0 | F | EC | 61 | 2B |
| Octal | 3 | 20 | 332 | 143 | 135 | 0 | 17 | 354 | 141 | 53 |
| Binary | 11 | 10000 | 11011010 | 1100011 | 1011101 | 0 | 1111 | 11101100 | 1100001 | 101011 |
Color Harmonies of #0310DA
Complementary color
Monochromatic Colors of #0310DA
Black with #0310DA
Text Example
Text Example
White with #0310DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0310DA; }
p { color: rgb(3,16,218); }
H1.HeaderClassName
{
color: #0310DA;
}
.AnyTagClassName
{
color: #0310DA;
}
</style>
background-color css
<style>
a { background-color: #0310DA; }
a { background-color: rgb(3,16,218); }
div.DivClassName
{
background-color: #0310DA;
}
.BgClassName
{
background-color: #0310DA;
}
</style>
border-color css
<style>
span { border-color: #0310DA; }
span { border-color: rgb(3,16,218); }
td.TdClassName
{
border-color: #0310DA;
}
.TagClassName
{
border-color: #0310DA;
}
</style>