Shades of Medium Blue #031CC1
Tints of Medium Blue #031CC1
RGB
CMYK
RGB Variations
Color information
#031CC1 (or 0x031CC1) is known color: Medium Blue. HEX triplet: 03, 1C and C1. RGB value is (3,28,193). Sum of RGB (Red+Green+Blue) = 3+28+193=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 193 (75.78% from 255 or 86.16% from 224); Max value from RGB is 193 - color contains mainly: blue. Hex color #031CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CC1 is #FCE33E. Grayscale: #262626. Windows color (decimal): -16573247 or 12655619. OLE color: 12655619.
HSL color Cylindrical-coordinate representation of color #031CC1: hue angle of 232.11º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031CC1 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 28 | 193 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.24 |
| HSL | 232.11º | 0.97% | 0.38% | - |
| HSV(B) | 232.11º | 0.98% | 0.76% | - |
| XYZ | 10.08 | 4.7 | 50.83 | - |
| YUV | 39.34 | 214.72 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 193 | 0.98 | 0.85 | 0 | 0.24 | 232.11 | 0.97 | 0.38 |
| Hex | 3 | 1C | C1 | 62 | 55 | 0 | 18 | E8 | 61 | 26 |
| Octal | 3 | 34 | 301 | 142 | 125 | 0 | 30 | 350 | 141 | 46 |
| Binary | 11 | 11100 | 11000001 | 1100010 | 1010101 | 0 | 11000 | 11101000 | 1100001 | 100110 |
Color Harmonies of #031CC1
Complementary color
Monochromatic Colors of #031CC1
Black with #031CC1
Text Example
Text Example
White with #031CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CC1; }
p { color: rgb(3,28,193); }
H1.HeaderClassName
{
color: #031CC1;
}
.AnyTagClassName
{
color: #031CC1;
}
</style>
background-color css
<style>
a { background-color: #031CC1; }
a { background-color: rgb(3,28,193); }
div.DivClassName
{
background-color: #031CC1;
}
.BgClassName
{
background-color: #031CC1;
}
</style>
border-color css
<style>
span { border-color: #031CC1; }
span { border-color: rgb(3,28,193); }
td.TdClassName
{
border-color: #031CC1;
}
.TagClassName
{
border-color: #031CC1;
}
</style>