Shades of Blue #031CEB
Tints of Blue #031CEB
RGB
CMYK
RGB Variations
Color information
#031CEB (or 0x031CEB) is known color: Blue. HEX triplet: 03, 1C and EB. RGB value is (3,28,235). Sum of RGB (Red+Green+Blue) = 3+28+235=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 235 (92.19% from 255 or 88.35% from 266); Max value from RGB is 235 - color contains mainly: blue. Hex color #031CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031CEB is #FCE314. Grayscale: #2B2B2B. Windows color (decimal): -16573205 or 15408131. OLE color: 15408131.
HSL color Cylindrical-coordinate representation of color #031CEB: hue angle of 233.53º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031CEB is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 28 | 235 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.08 |
| HSL | 233.53º | 0.97% | 0.47% | - |
| HSV(B) | 233.53º | 0.99% | 0.92% | - |
| XYZ | 15.45 | 6.85 | 79.1 | - |
| YUV | 44.12 | 235.72 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 235 | 0.99 | 0.88 | 0 | 0.08 | 233.53 | 0.97 | 0.47 |
| Hex | 3 | 1C | EB | 63 | 58 | 0 | 8 | EA | 61 | 2F |
| Octal | 3 | 34 | 353 | 143 | 130 | 0 | 10 | 352 | 141 | 57 |
| Binary | 11 | 11100 | 11101011 | 1100011 | 1011000 | 0 | 1000 | 11101010 | 1100001 | 101111 |
Color Harmonies of #031CEB
Complementary color
Monochromatic Colors of #031CEB
Black with #031CEB
Text Example
Text Example
White with #031CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CEB; }
p { color: rgb(3,28,235); }
H1.HeaderClassName
{
color: #031CEB;
}
.AnyTagClassName
{
color: #031CEB;
}
</style>
background-color css
<style>
a { background-color: #031CEB; }
a { background-color: rgb(3,28,235); }
div.DivClassName
{
background-color: #031CEB;
}
.BgClassName
{
background-color: #031CEB;
}
</style>
border-color css
<style>
span { border-color: #031CEB; }
span { border-color: rgb(3,28,235); }
td.TdClassName
{
border-color: #031CEB;
}
.TagClassName
{
border-color: #031CEB;
}
</style>