Shades of Medium Blue #031CCD
Tints of Medium Blue #031CCD
RGB
CMYK
RGB Variations
Color information
#031CCD (or 0x031CCD) is known color: Medium Blue. HEX triplet: 03, 1C and CD. RGB value is (3,28,205). Sum of RGB (Red+Green+Blue) = 3+28+205=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 205 (80.47% from 255 or 86.86% from 236); Max value from RGB is 205 - color contains mainly: blue. Hex color #031CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CCD is #FCE332. Grayscale: #272727. Windows color (decimal): -16573235 or 13442051. OLE color: 13442051.
HSL color Cylindrical-coordinate representation of color #031CCD: hue angle of 232.57º 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 #031CCD is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 28 | 205 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.20 |
| HSL | 232.57º | 0.97% | 0.41% | - |
| HSV(B) | 232.57º | 0.99% | 0.8% | - |
| XYZ | 11.47 | 5.26 | 58.17 | - |
| YUV | 40.7 | 220.72 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 205 | 0.99 | 0.86 | 0 | 0.20 | 232.57 | 0.97 | 0.41 |
| Hex | 3 | 1C | CD | 63 | 56 | 0 | 14 | E9 | 61 | 29 |
| Octal | 3 | 34 | 315 | 143 | 126 | 0 | 24 | 351 | 141 | 51 |
| Binary | 11 | 11100 | 11001101 | 1100011 | 1010110 | 0 | 10100 | 11101001 | 1100001 | 101001 |
Color Harmonies of #031CCD
Complementary color
Monochromatic Colors of #031CCD
Black with #031CCD
Text Example
Text Example
White with #031CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CCD; }
p { color: rgb(3,28,205); }
H1.HeaderClassName
{
color: #031CCD;
}
.AnyTagClassName
{
color: #031CCD;
}
</style>
background-color css
<style>
a { background-color: #031CCD; }
a { background-color: rgb(3,28,205); }
div.DivClassName
{
background-color: #031CCD;
}
.BgClassName
{
background-color: #031CCD;
}
</style>
border-color css
<style>
span { border-color: #031CCD; }
span { border-color: rgb(3,28,205); }
td.TdClassName
{
border-color: #031CCD;
}
.TagClassName
{
border-color: #031CCD;
}
</style>