Shades of Medium Blue #031AD6
Tints of Medium Blue #031AD6
RGB
CMYK
RGB Variations
Color information
#031AD6 (or 0x031AD6) is known color: Medium Blue. HEX triplet: 03, 1A and D6. RGB value is (3,26,214). Sum of RGB (Red+Green+Blue) = 3+26+214=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 214 (83.98% from 255 or 88.07% from 243); Max value from RGB is 214 - color contains mainly: blue. Hex color #031AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031AD6 is #FCE529. Grayscale: #272727. Windows color (decimal): -16573738 or 14031363. OLE color: 14031363.
HSL color Cylindrical-coordinate representation of color #031AD6: hue angle of 233.46º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031AD6 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 26 | 214 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.16 |
| HSL | 233.46º | 0.97% | 0.43% | - |
| HSV(B) | 233.46º | 0.99% | 0.84% | - |
| XYZ | 12.54 | 5.61 | 64.04 | - |
| YUV | 40.56 | 225.88 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 214 | 0.99 | 0.88 | 0 | 0.16 | 233.46 | 0.97 | 0.43 |
| Hex | 3 | 1A | D6 | 63 | 58 | 0 | 10 | E9 | 61 | 2B |
| Octal | 3 | 32 | 326 | 143 | 130 | 0 | 20 | 351 | 141 | 53 |
| Binary | 11 | 11010 | 11010110 | 1100011 | 1011000 | 0 | 10000 | 11101001 | 1100001 | 101011 |
Color Harmonies of #031AD6
Complementary color
Monochromatic Colors of #031AD6
Black with #031AD6
Text Example
Text Example
White with #031AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031AD6; }
p { color: rgb(3,26,214); }
H1.HeaderClassName
{
color: #031AD6;
}
.AnyTagClassName
{
color: #031AD6;
}
</style>
background-color css
<style>
a { background-color: #031AD6; }
a { background-color: rgb(3,26,214); }
div.DivClassName
{
background-color: #031AD6;
}
.BgClassName
{
background-color: #031AD6;
}
</style>
border-color css
<style>
span { border-color: #031AD6; }
span { border-color: rgb(3,26,214); }
td.TdClassName
{
border-color: #031AD6;
}
.TagClassName
{
border-color: #031AD6;
}
</style>