Shades of Medium Blue #031DD4
Tints of Medium Blue #031DD4
RGB
CMYK
RGB Variations
Color information
#031DD4 (or 0x031DD4) is known color: Medium Blue. HEX triplet: 03, 1D and D4. RGB value is (3,29,212). Sum of RGB (Red+Green+Blue) = 3+29+212=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 212 (83.20% from 255 or 86.89% from 244); Max value from RGB is 212 - color contains mainly: blue. Hex color #031DD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DD4 is #FCE22B. Grayscale: #292929. Windows color (decimal): -16572972 or 13901059. OLE color: 13901059.
HSL color Cylindrical-coordinate representation of color #031DD4: hue angle of 232.54º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DD4 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 29 | 212 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.17 |
| HSL | 232.54º | 0.97% | 0.42% | - |
| HSV(B) | 232.54º | 0.99% | 0.83% | - |
| XYZ | 12.36 | 5.65 | 62.73 | - |
| YUV | 42.09 | 223.89 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 212 | 0.99 | 0.86 | 0 | 0.17 | 232.54 | 0.97 | 0.42 |
| Hex | 3 | 1D | D4 | 63 | 56 | 0 | 11 | E9 | 61 | 2A |
| Octal | 3 | 35 | 324 | 143 | 126 | 0 | 21 | 351 | 141 | 52 |
| Binary | 11 | 11101 | 11010100 | 1100011 | 1010110 | 0 | 10001 | 11101001 | 1100001 | 101010 |
Color Harmonies of #031DD4
Complementary color
Monochromatic Colors of #031DD4
Black with #031DD4
Text Example
Text Example
White with #031DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DD4; }
p { color: rgb(3,29,212); }
H1.HeaderClassName
{
color: #031DD4;
}
.AnyTagClassName
{
color: #031DD4;
}
</style>
background-color css
<style>
a { background-color: #031DD4; }
a { background-color: rgb(3,29,212); }
div.DivClassName
{
background-color: #031DD4;
}
.BgClassName
{
background-color: #031DD4;
}
</style>
border-color css
<style>
span { border-color: #031DD4; }
span { border-color: rgb(3,29,212); }
td.TdClassName
{
border-color: #031DD4;
}
.TagClassName
{
border-color: #031DD4;
}
</style>