Shades of Blue #031FEC
Tints of Blue #031FEC
RGB
CMYK
RGB Variations
Color information
#031FEC (or 0x031FEC) is known color: Blue. HEX triplet: 03, 1F and EC. RGB value is (3,31,236). Sum of RGB (Red+Green+Blue) = 3+31+236=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 236 (92.58% from 255 or 87.41% from 270); Max value from RGB is 236 - color contains mainly: blue. Hex color #031FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031FEC is #FCE013. Grayscale: #2D2D2D. Windows color (decimal): -16572436 or 15474435. OLE color: 15474435.
HSL color Cylindrical-coordinate representation of color #031FEC: hue angle of 232.79º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031FEC is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 31 | 236 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.07 |
| HSL | 232.79º | 0.97% | 0.47% | - |
| HSV(B) | 232.79º | 0.99% | 0.93% | - |
| XYZ | 15.67 | 7.06 | 79.89 | - |
| YUV | 46 | 235.22 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 236 | 0.99 | 0.87 | 0 | 0.07 | 232.79 | 0.97 | 0.47 |
| Hex | 3 | 1F | EC | 63 | 57 | 0 | 7 | E9 | 61 | 2F |
| Octal | 3 | 37 | 354 | 143 | 127 | 0 | 7 | 351 | 141 | 57 |
| Binary | 11 | 11111 | 11101100 | 1100011 | 1010111 | 0 | 111 | 11101001 | 1100001 | 101111 |
Color Harmonies of #031FEC
Complementary color
Monochromatic Colors of #031FEC
Black with #031FEC
Text Example
Text Example
White with #031FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031FEC; }
p { color: rgb(3,31,236); }
H1.HeaderClassName
{
color: #031FEC;
}
.AnyTagClassName
{
color: #031FEC;
}
</style>
background-color css
<style>
a { background-color: #031FEC; }
a { background-color: rgb(3,31,236); }
div.DivClassName
{
background-color: #031FEC;
}
.BgClassName
{
background-color: #031FEC;
}
</style>
border-color css
<style>
span { border-color: #031FEC; }
span { border-color: rgb(3,31,236); }
td.TdClassName
{
border-color: #031FEC;
}
.TagClassName
{
border-color: #031FEC;
}
</style>