Shades of Medium Blue #031CE5
Tints of Medium Blue #031CE5
RGB
CMYK
RGB Variations
Color information
#031CE5 (or 0x031CE5) is known color: Medium Blue. HEX triplet: 03, 1C and E5. RGB value is (3,28,229). Sum of RGB (Red+Green+Blue) = 3+28+229=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 229 (89.84% from 255 or 88.08% from 260); Max value from RGB is 229 - color contains mainly: blue. Hex color #031CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CE5 is #FCE31A. Grayscale: #2A2A2A. Windows color (decimal): -16573211 or 15014915. OLE color: 15014915.
HSL color Cylindrical-coordinate representation of color #031CE5: hue angle of 233.36º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031CE5 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 28 | 229 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.10 |
| HSL | 233.36º | 0.97% | 0.45% | - |
| HSV(B) | 233.36º | 0.99% | 0.9% | - |
| XYZ | 14.6 | 6.51 | 74.62 | - |
| YUV | 43.44 | 232.72 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 229 | 0.99 | 0.88 | 0 | 0.10 | 233.36 | 0.97 | 0.45 |
| Hex | 3 | 1C | E5 | 63 | 58 | 0 | A | E9 | 61 | 2D |
| Octal | 3 | 34 | 345 | 143 | 130 | 0 | 12 | 351 | 141 | 55 |
| Binary | 11 | 11100 | 11100101 | 1100011 | 1011000 | 0 | 1010 | 11101001 | 1100001 | 101101 |
Color Harmonies of #031CE5
Complementary color
Monochromatic Colors of #031CE5
Black with #031CE5
Text Example
Text Example
White with #031CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CE5; }
p { color: rgb(3,28,229); }
H1.HeaderClassName
{
color: #031CE5;
}
.AnyTagClassName
{
color: #031CE5;
}
</style>
background-color css
<style>
a { background-color: #031CE5; }
a { background-color: rgb(3,28,229); }
div.DivClassName
{
background-color: #031CE5;
}
.BgClassName
{
background-color: #031CE5;
}
</style>
border-color css
<style>
span { border-color: #031CE5; }
span { border-color: rgb(3,28,229); }
td.TdClassName
{
border-color: #031CE5;
}
.TagClassName
{
border-color: #031CE5;
}
</style>