Shades of Blue #031FEA
Tints of Blue #031FEA
RGB
CMYK
RGB Variations
Color information
#031FEA (or 0x031FEA) is known color: Blue. HEX triplet: 03, 1F and EA. RGB value is (3,31,234). Sum of RGB (Red+Green+Blue) = 3+31+234=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 234 (91.80% from 255 or 87.31% from 268); Max value from RGB is 234 - color contains mainly: blue. Hex color #031FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031FEA is #FCE015. Grayscale: #2C2C2C. Windows color (decimal): -16572438 or 15343363. OLE color: 15343363.
HSL color Cylindrical-coordinate representation of color #031FEA: hue angle of 232.73º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031FEA is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 31 | 234 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.08 |
| HSL | 232.73º | 0.97% | 0.46% | - |
| HSV(B) | 232.73º | 0.99% | 0.92% | - |
| XYZ | 15.38 | 6.94 | 78.37 | - |
| YUV | 45.77 | 234.22 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 234 | 0.99 | 0.87 | 0 | 0.08 | 232.73 | 0.97 | 0.46 |
| Hex | 3 | 1F | EA | 63 | 57 | 0 | 8 | E9 | 61 | 2E |
| Octal | 3 | 37 | 352 | 143 | 127 | 0 | 10 | 351 | 141 | 56 |
| Binary | 11 | 11111 | 11101010 | 1100011 | 1010111 | 0 | 1000 | 11101001 | 1100001 | 101110 |
Color Harmonies of #031FEA
Complementary color
Monochromatic Colors of #031FEA
Black with #031FEA
Text Example
Text Example
White with #031FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031FEA; }
p { color: rgb(3,31,234); }
H1.HeaderClassName
{
color: #031FEA;
}
.AnyTagClassName
{
color: #031FEA;
}
</style>
background-color css
<style>
a { background-color: #031FEA; }
a { background-color: rgb(3,31,234); }
div.DivClassName
{
background-color: #031FEA;
}
.BgClassName
{
background-color: #031FEA;
}
</style>
border-color css
<style>
span { border-color: #031FEA; }
span { border-color: rgb(3,31,234); }
td.TdClassName
{
border-color: #031FEA;
}
.TagClassName
{
border-color: #031FEA;
}
</style>