Shades of Medium Blue #031DDA
Tints of Medium Blue #031DDA
RGB
CMYK
RGB Variations
Color information
#031DDA (or 0x031DDA) is known color: Medium Blue. HEX triplet: 03, 1D and DA. RGB value is (3,29,218). Sum of RGB (Red+Green+Blue) = 3+29+218=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 218 (85.55% from 255 or 87.2% from 250); Max value from RGB is 218 - color contains mainly: blue. Hex color #031DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DDA is #FCE225. Grayscale: #292929. Windows color (decimal): -16572966 or 14294275. OLE color: 14294275.
HSL color Cylindrical-coordinate representation of color #031DDA: hue angle of 232.74º 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 #031DDA is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 29 | 218 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.15 |
| HSL | 232.74º | 0.97% | 0.43% | - |
| HSV(B) | 232.74º | 0.99% | 0.85% | - |
| XYZ | 13.13 | 5.96 | 66.79 | - |
| YUV | 42.77 | 226.89 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 218 | 0.99 | 0.87 | 0 | 0.15 | 232.74 | 0.97 | 0.43 |
| Hex | 3 | 1D | DA | 63 | 57 | 0 | F | E9 | 61 | 2B |
| Octal | 3 | 35 | 332 | 143 | 127 | 0 | 17 | 351 | 141 | 53 |
| Binary | 11 | 11101 | 11011010 | 1100011 | 1010111 | 0 | 1111 | 11101001 | 1100001 | 101011 |
Color Harmonies of #031DDA
Complementary color
Monochromatic Colors of #031DDA
Black with #031DDA
Text Example
Text Example
White with #031DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DDA; }
p { color: rgb(3,29,218); }
H1.HeaderClassName
{
color: #031DDA;
}
.AnyTagClassName
{
color: #031DDA;
}
</style>
background-color css
<style>
a { background-color: #031DDA; }
a { background-color: rgb(3,29,218); }
div.DivClassName
{
background-color: #031DDA;
}
.BgClassName
{
background-color: #031DDA;
}
</style>
border-color css
<style>
span { border-color: #031DDA; }
span { border-color: rgb(3,29,218); }
td.TdClassName
{
border-color: #031DDA;
}
.TagClassName
{
border-color: #031DDA;
}
</style>