Shades of Blue #031CE7
Tints of Blue #031CE7
RGB
CMYK
RGB Variations
Color information
#031CE7 (or 0x031CE7) is known color: Blue. HEX triplet: 03, 1C and E7. RGB value is (3,28,231). Sum of RGB (Red+Green+Blue) = 3+28+231=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 231 (90.62% from 255 or 88.17% from 262); Max value from RGB is 231 - color contains mainly: blue. Hex color #031CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031CE7 is #FCE318. Grayscale: #2A2A2A. Windows color (decimal): -16573209 or 15145987. OLE color: 15145987.
HSL color Cylindrical-coordinate representation of color #031CE7: hue angle of 233.42º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031CE7 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 28 | 231 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.09 |
| HSL | 233.42º | 0.97% | 0.46% | - |
| HSV(B) | 233.42º | 0.99% | 0.91% | - |
| XYZ | 14.88 | 6.62 | 76.09 | - |
| YUV | 43.67 | 233.72 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 231 | 0.99 | 0.88 | 0 | 0.09 | 233.42 | 0.97 | 0.46 |
| Hex | 3 | 1C | E7 | 63 | 58 | 0 | 9 | E9 | 61 | 2E |
| Octal | 3 | 34 | 347 | 143 | 130 | 0 | 11 | 351 | 141 | 56 |
| Binary | 11 | 11100 | 11100111 | 1100011 | 1011000 | 0 | 1001 | 11101001 | 1100001 | 101110 |
Color Harmonies of #031CE7
Complementary color
Monochromatic Colors of #031CE7
Black with #031CE7
Text Example
Text Example
White with #031CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CE7; }
p { color: rgb(3,28,231); }
H1.HeaderClassName
{
color: #031CE7;
}
.AnyTagClassName
{
color: #031CE7;
}
</style>
background-color css
<style>
a { background-color: #031CE7; }
a { background-color: rgb(3,28,231); }
div.DivClassName
{
background-color: #031CE7;
}
.BgClassName
{
background-color: #031CE7;
}
</style>
border-color css
<style>
span { border-color: #031CE7; }
span { border-color: rgb(3,28,231); }
td.TdClassName
{
border-color: #031CE7;
}
.TagClassName
{
border-color: #031CE7;
}
</style>