Shades of Medium Blue #031CC2
Tints of Medium Blue #031CC2
RGB
CMYK
RGB Variations
Color information
#031CC2 (or 0x031CC2) is known color: Medium Blue. HEX triplet: 03, 1C and C2. RGB value is (3,28,194). Sum of RGB (Red+Green+Blue) = 3+28+194=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 194 (76.17% from 255 or 86.22% from 225); Max value from RGB is 194 - color contains mainly: blue. Hex color #031CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CC2 is #FCE33D. Grayscale: #262626. Windows color (decimal): -16573246 or 12721155. OLE color: 12721155.
HSL color Cylindrical-coordinate representation of color #031CC2: hue angle of 232.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031CC2 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 28 | 194 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.24 |
| HSL | 232.15º | 0.97% | 0.39% | - |
| HSV(B) | 232.15º | 0.98% | 0.76% | - |
| XYZ | 10.19 | 4.74 | 51.42 | - |
| YUV | 39.45 | 215.22 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 194 | 0.98 | 0.86 | 0 | 0.24 | 232.15 | 0.97 | 0.39 |
| Hex | 3 | 1C | C2 | 62 | 56 | 0 | 18 | E8 | 61 | 27 |
| Octal | 3 | 34 | 302 | 142 | 126 | 0 | 30 | 350 | 141 | 47 |
| Binary | 11 | 11100 | 11000010 | 1100010 | 1010110 | 0 | 11000 | 11101000 | 1100001 | 100111 |
Color Harmonies of #031CC2
Complementary color
Monochromatic Colors of #031CC2
Black with #031CC2
Text Example
Text Example
White with #031CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CC2; }
p { color: rgb(3,28,194); }
H1.HeaderClassName
{
color: #031CC2;
}
.AnyTagClassName
{
color: #031CC2;
}
</style>
background-color css
<style>
a { background-color: #031CC2; }
a { background-color: rgb(3,28,194); }
div.DivClassName
{
background-color: #031CC2;
}
.BgClassName
{
background-color: #031CC2;
}
</style>
border-color css
<style>
span { border-color: #031CC2; }
span { border-color: rgb(3,28,194); }
td.TdClassName
{
border-color: #031CC2;
}
.TagClassName
{
border-color: #031CC2;
}
</style>