Shades of Medium Blue #031CDE
Tints of Medium Blue #031CDE
RGB
CMYK
RGB Variations
Color information
#031CDE (or 0x031CDE) is known color: Medium Blue. HEX triplet: 03, 1C and DE. RGB value is (3,28,222). Sum of RGB (Red+Green+Blue) = 3+28+222=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 222 (87.11% from 255 or 87.75% from 253); Max value from RGB is 222 - color contains mainly: blue. Hex color #031CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CDE is #FCE321. Grayscale: #292929. Windows color (decimal): -16573218 or 14556163. OLE color: 14556163.
HSL color Cylindrical-coordinate representation of color #031CDE: hue angle of 233.15º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031CDE is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 28 | 222 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.13 |
| HSL | 233.15º | 0.97% | 0.44% | - |
| HSV(B) | 233.15º | 0.99% | 0.87% | - |
| XYZ | 13.64 | 6.12 | 69.57 | - |
| YUV | 42.64 | 229.22 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 222 | 0.99 | 0.87 | 0 | 0.13 | 233.15 | 0.97 | 0.44 |
| Hex | 3 | 1C | DE | 63 | 57 | 0 | D | E9 | 61 | 2C |
| Octal | 3 | 34 | 336 | 143 | 127 | 0 | 15 | 351 | 141 | 54 |
| Binary | 11 | 11100 | 11011110 | 1100011 | 1010111 | 0 | 1101 | 11101001 | 1100001 | 101100 |
Color Harmonies of #031CDE
Complementary color
Monochromatic Colors of #031CDE
Black with #031CDE
Text Example
Text Example
White with #031CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CDE; }
p { color: rgb(3,28,222); }
H1.HeaderClassName
{
color: #031CDE;
}
.AnyTagClassName
{
color: #031CDE;
}
</style>
background-color css
<style>
a { background-color: #031CDE; }
a { background-color: rgb(3,28,222); }
div.DivClassName
{
background-color: #031CDE;
}
.BgClassName
{
background-color: #031CDE;
}
</style>
border-color css
<style>
span { border-color: #031CDE; }
span { border-color: rgb(3,28,222); }
td.TdClassName
{
border-color: #031CDE;
}
.TagClassName
{
border-color: #031CDE;
}
</style>