Shades of Medium Blue #031CC4
Tints of Medium Blue #031CC4
RGB
CMYK
RGB Variations
Color information
#031CC4 (or 0x031CC4) is known color: Medium Blue. HEX triplet: 03, 1C and C4. RGB value is (3,28,196). Sum of RGB (Red+Green+Blue) = 3+28+196=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 196 (76.95% from 255 or 86.34% from 227); Max value from RGB is 196 - color contains mainly: blue. Hex color #031CC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CC4 is #FCE33B. Grayscale: #262626. Windows color (decimal): -16573244 or 12852227. OLE color: 12852227.
HSL color Cylindrical-coordinate representation of color #031CC4: hue angle of 232.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031CC4 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 28 | 196 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.23 |
| HSL | 232.23º | 0.97% | 0.39% | - |
| HSV(B) | 232.23º | 0.98% | 0.77% | - |
| XYZ | 10.42 | 4.84 | 52.61 | - |
| YUV | 39.68 | 216.22 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 196 | 0.98 | 0.86 | 0 | 0.23 | 232.23 | 0.97 | 0.39 |
| Hex | 3 | 1C | C4 | 62 | 56 | 0 | 17 | E8 | 61 | 27 |
| Octal | 3 | 34 | 304 | 142 | 126 | 0 | 27 | 350 | 141 | 47 |
| Binary | 11 | 11100 | 11000100 | 1100010 | 1010110 | 0 | 10111 | 11101000 | 1100001 | 100111 |
Color Harmonies of #031CC4
Complementary color
Monochromatic Colors of #031CC4
Black with #031CC4
Text Example
Text Example
White with #031CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CC4; }
p { color: rgb(3,28,196); }
H1.HeaderClassName
{
color: #031CC4;
}
.AnyTagClassName
{
color: #031CC4;
}
</style>
background-color css
<style>
a { background-color: #031CC4; }
a { background-color: rgb(3,28,196); }
div.DivClassName
{
background-color: #031CC4;
}
.BgClassName
{
background-color: #031CC4;
}
</style>
border-color css
<style>
span { border-color: #031CC4; }
span { border-color: rgb(3,28,196); }
td.TdClassName
{
border-color: #031CC4;
}
.TagClassName
{
border-color: #031CC4;
}
</style>