Shades of Blue #031AFF
Tints of Blue #031AFF
RGB
CMYK
RGB Variations
Color information
#031AFF (or 0x031AFF) is known color: Blue. HEX triplet: 03, 1A and FF. RGB value is (3,26,255). Sum of RGB (Red+Green+Blue) = 3+26+255=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 255 (100% from 255 or 89.79% from 284); Max value from RGB is 255 - color contains mainly: blue. Hex color #031AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031AFF is #FCE500. Grayscale: #2C2C2C. Windows color (decimal): -16573697 or 16718339. OLE color: 16718339.
HSL color Cylindrical-coordinate representation of color #031AFF: hue angle of 234.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031AFF is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 26 | 255 | - |
| CMYK | 0.99 | 0.90 | 0 | 0 |
| HSL | 234.52º | 1% | 0.51% | - |
| HSV(B) | 234.52º | 0.99% | 1% | - |
| XYZ | 18.46 | 7.98 | 95.17 | - |
| YUV | 45.23 | 246.38 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 255 | 0.99 | 0.90 | 0 | 0 | 234.52 | 1 | 0.51 |
| Hex | 3 | 1A | FF | 63 | 5A | 0 | 0 | EB | 64 | 33 |
| Octal | 3 | 32 | 377 | 143 | 132 | 0 | 0 | 353 | 144 | 63 |
| Binary | 11 | 11010 | 11111111 | 1100011 | 1011010 | 0 | 0 | 11101011 | 1100100 | 110011 |
Color Harmonies of #031AFF
Complementary color
Monochromatic Colors of #031AFF
Black with #031AFF
Text Example
Text Example
White with #031AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031AFF; }
p { color: rgb(3,26,255); }
H1.HeaderClassName
{
color: #031AFF;
}
.AnyTagClassName
{
color: #031AFF;
}
</style>
background-color css
<style>
a { background-color: #031AFF; }
a { background-color: rgb(3,26,255); }
div.DivClassName
{
background-color: #031AFF;
}
.BgClassName
{
background-color: #031AFF;
}
</style>
border-color css
<style>
span { border-color: #031AFF; }
span { border-color: rgb(3,26,255); }
td.TdClassName
{
border-color: #031AFF;
}
.TagClassName
{
border-color: #031AFF;
}
</style>