Shades of Medium Blue #031BDC
Tints of Medium Blue #031BDC
RGB
CMYK
RGB Variations
Color information
#031BDC (or 0x031BDC) is known color: Medium Blue. HEX triplet: 03, 1B and DC. RGB value is (3,27,220). Sum of RGB (Red+Green+Blue) = 3+27+220=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 220 (86.33% from 255 or 88% from 250); Max value from RGB is 220 - color contains mainly: blue. Hex color #031BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BDC is #FCE423. Grayscale: #292929. Windows color (decimal): -16573476 or 14424835. OLE color: 14424835.
HSL color Cylindrical-coordinate representation of color #031BDC: hue angle of 233.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031BDC is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 27 | 220 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.14 |
| HSL | 233.36º | 0.97% | 0.44% | - |
| HSV(B) | 233.36º | 0.99% | 0.86% | - |
| XYZ | 13.35 | 5.97 | 68.16 | - |
| YUV | 41.83 | 228.55 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 220 | 0.99 | 0.88 | 0 | 0.14 | 233.36 | 0.97 | 0.44 |
| Hex | 3 | 1B | DC | 63 | 58 | 0 | E | E9 | 61 | 2C |
| Octal | 3 | 33 | 334 | 143 | 130 | 0 | 16 | 351 | 141 | 54 |
| Binary | 11 | 11011 | 11011100 | 1100011 | 1011000 | 0 | 1110 | 11101001 | 1100001 | 101100 |
Color Harmonies of #031BDC
Complementary color
Monochromatic Colors of #031BDC
Black with #031BDC
Text Example
Text Example
White with #031BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BDC; }
p { color: rgb(3,27,220); }
H1.HeaderClassName
{
color: #031BDC;
}
.AnyTagClassName
{
color: #031BDC;
}
</style>
background-color css
<style>
a { background-color: #031BDC; }
a { background-color: rgb(3,27,220); }
div.DivClassName
{
background-color: #031BDC;
}
.BgClassName
{
background-color: #031BDC;
}
</style>
border-color css
<style>
span { border-color: #031BDC; }
span { border-color: rgb(3,27,220); }
td.TdClassName
{
border-color: #031BDC;
}
.TagClassName
{
border-color: #031BDC;
}
</style>