Shades of Medium Blue #3100C1
Tints of Medium Blue #3100C1
RGB
CMYK
RGB Variations
Color information
#3100C1 (or 0x3100C1) is known color: Medium Blue. HEX triplet: 31, 00 and C1. RGB value is (49,0,193). Sum of RGB (Red+Green+Blue) = 49+0+193=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 193 (75.78% from 255 or 79.75% from 242); Max value from RGB is 193 - color contains mainly: blue. Hex color #3100C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3100C1 is #CEFF3E. Grayscale: #232323. Windows color (decimal): -13565759 or 12648497. OLE color: 12648497.
HSL color Cylindrical-coordinate representation of color #3100C1: hue angle of 255.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100C1 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 0 | 193 | - |
| CMYK | 0.75 | 1 | 0 | 0.24 |
| HSL | 255.23º | 1% | 0.38% | - |
| HSV(B) | 255.23º | 1% | 0.76% | - |
| XYZ | 10.89 | 4.5 | 50.75 | - |
| YUV | 36.65 | 216.23 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 193 | 0.75 | 1 | 0 | 0.24 | 255.23 | 1 | 0.38 |
| Hex | 31 | 0 | C1 | 4B | 64 | 0 | 18 | FF | 64 | 26 |
| Octal | 61 | 0 | 301 | 113 | 144 | 0 | 30 | 377 | 144 | 46 |
| Binary | 110001 | 0 | 11000001 | 1001011 | 1100100 | 0 | 11000 | 11111111 | 1100100 | 100110 |
Color Harmonies of #3100C1
Complementary color
Monochromatic Colors of #3100C1
Black with #3100C1
Text Example
Text Example
White with #3100C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100C1; }
p { color: rgb(49,0,193); }
H1.HeaderClassName
{
color: #3100C1;
}
.AnyTagClassName
{
color: #3100C1;
}
</style>
background-color css
<style>
a { background-color: #3100C1; }
a { background-color: rgb(49,0,193); }
div.DivClassName
{
background-color: #3100C1;
}
.BgClassName
{
background-color: #3100C1;
}
</style>
border-color css
<style>
span { border-color: #3100C1; }
span { border-color: rgb(49,0,193); }
td.TdClassName
{
border-color: #3100C1;
}
.TagClassName
{
border-color: #3100C1;
}
</style>