Shades of Medium Blue #031CDA
Tints of Medium Blue #031CDA
RGB
CMYK
RGB Variations
Color information
#031CDA (or 0x031CDA) is known color: Medium Blue. HEX triplet: 03, 1C and DA. RGB value is (3,28,218). Sum of RGB (Red+Green+Blue) = 3+28+218=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 218 (85.55% from 255 or 87.55% from 249); Max value from RGB is 218 - color contains mainly: blue. Hex color #031CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CDA is #FCE325. Grayscale: #292929. Windows color (decimal): -16573222 or 14294019. OLE color: 14294019.
HSL color Cylindrical-coordinate representation of color #031CDA: hue angle of 233.02º 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 #031CDA is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 28 | 218 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.15 |
| HSL | 233.02º | 0.97% | 0.43% | - |
| HSV(B) | 233.02º | 0.99% | 0.85% | - |
| XYZ | 13.11 | 5.91 | 66.78 | - |
| YUV | 42.19 | 227.22 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 218 | 0.99 | 0.87 | 0 | 0.15 | 233.02 | 0.97 | 0.43 |
| Hex | 3 | 1C | DA | 63 | 57 | 0 | F | E9 | 61 | 2B |
| Octal | 3 | 34 | 332 | 143 | 127 | 0 | 17 | 351 | 141 | 53 |
| Binary | 11 | 11100 | 11011010 | 1100011 | 1010111 | 0 | 1111 | 11101001 | 1100001 | 101011 |
Color Harmonies of #031CDA
Complementary color
Monochromatic Colors of #031CDA
Black with #031CDA
Text Example
Text Example
White with #031CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CDA; }
p { color: rgb(3,28,218); }
H1.HeaderClassName
{
color: #031CDA;
}
.AnyTagClassName
{
color: #031CDA;
}
</style>
background-color css
<style>
a { background-color: #031CDA; }
a { background-color: rgb(3,28,218); }
div.DivClassName
{
background-color: #031CDA;
}
.BgClassName
{
background-color: #031CDA;
}
</style>
border-color css
<style>
span { border-color: #031CDA; }
span { border-color: rgb(3,28,218); }
td.TdClassName
{
border-color: #031CDA;
}
.TagClassName
{
border-color: #031CDA;
}
</style>