Shades of Blue #031AED
Tints of Blue #031AED
RGB
CMYK
RGB Variations
Color information
#031AED (or 0x031AED) is known color: Blue. HEX triplet: 03, 1A and ED. RGB value is (3,26,237). Sum of RGB (Red+Green+Blue) = 3+26+237=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 237 (92.97% from 255 or 89.10% from 266); Max value from RGB is 237 - color contains mainly: blue. Hex color #031AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031AED is #FCE512. Grayscale: #2A2A2A. Windows color (decimal): -16573715 or 15538691. OLE color: 15538691.
HSL color Cylindrical-coordinate representation of color #031AED: hue angle of 234.1º degrees, saturation: 0.98, 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 #031AED is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 26 | 237 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.07 |
| HSL | 234.1º | 0.98% | 0.47% | - |
| HSV(B) | 234.1º | 0.99% | 0.93% | - |
| XYZ | 15.69 | 6.87 | 80.62 | - |
| YUV | 43.18 | 237.38 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 237 | 0.99 | 0.89 | 0 | 0.07 | 234.1 | 0.98 | 0.47 |
| Hex | 3 | 1A | ED | 63 | 59 | 0 | 7 | EA | 62 | 2F |
| Octal | 3 | 32 | 355 | 143 | 131 | 0 | 7 | 352 | 142 | 57 |
| Binary | 11 | 11010 | 11101101 | 1100011 | 1011001 | 0 | 111 | 11101010 | 1100010 | 101111 |
Color Harmonies of #031AED
Complementary color
Monochromatic Colors of #031AED
Black with #031AED
Text Example
Text Example
White with #031AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031AED; }
p { color: rgb(3,26,237); }
H1.HeaderClassName
{
color: #031AED;
}
.AnyTagClassName
{
color: #031AED;
}
</style>
background-color css
<style>
a { background-color: #031AED; }
a { background-color: rgb(3,26,237); }
div.DivClassName
{
background-color: #031AED;
}
.BgClassName
{
background-color: #031AED;
}
</style>
border-color css
<style>
span { border-color: #031AED; }
span { border-color: rgb(3,26,237); }
td.TdClassName
{
border-color: #031AED;
}
.TagClassName
{
border-color: #031AED;
}
</style>