Shades of Medium Blue #031CCC
Tints of Medium Blue #031CCC
RGB
CMYK
RGB Variations
Color information
#031CCC (or 0x031CCC) is known color: Medium Blue. HEX triplet: 03, 1C and CC. RGB value is (3,28,204). Sum of RGB (Red+Green+Blue) = 3+28+204=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 204 (80.08% from 255 or 86.81% from 235); Max value from RGB is 204 - color contains mainly: blue. Hex color #031CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CCC is #FCE333. Grayscale: #272727. Windows color (decimal): -16573236 or 13376515. OLE color: 13376515.
HSL color Cylindrical-coordinate representation of color #031CCC: hue angle of 232.54º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031CCC is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 28 | 204 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.2 |
| HSL | 232.54º | 0.97% | 0.41% | - |
| HSV(B) | 232.54º | 0.99% | 0.8% | - |
| XYZ | 11.35 | 5.21 | 57.53 | - |
| YUV | 40.59 | 220.22 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 204 | 0.99 | 0.86 | 0 | 0.2 | 232.54 | 0.97 | 0.41 |
| Hex | 3 | 1C | CC | 63 | 56 | 0 | 14 | E9 | 61 | 29 |
| Octal | 3 | 34 | 314 | 143 | 126 | 0 | 24 | 351 | 141 | 51 |
| Binary | 11 | 11100 | 11001100 | 1100011 | 1010110 | 0 | 10100 | 11101001 | 1100001 | 101001 |
Color Harmonies of #031CCC
Complementary color
Monochromatic Colors of #031CCC
Black with #031CCC
Text Example
Text Example
White with #031CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CCC; }
p { color: rgb(3,28,204); }
H1.HeaderClassName
{
color: #031CCC;
}
.AnyTagClassName
{
color: #031CCC;
}
</style>
background-color css
<style>
a { background-color: #031CCC; }
a { background-color: rgb(3,28,204); }
div.DivClassName
{
background-color: #031CCC;
}
.BgClassName
{
background-color: #031CCC;
}
</style>
border-color css
<style>
span { border-color: #031CCC; }
span { border-color: rgb(3,28,204); }
td.TdClassName
{
border-color: #031CCC;
}
.TagClassName
{
border-color: #031CCC;
}
</style>