Shades of Medium Blue #3100C2
Tints of Medium Blue #3100C2
RGB
CMYK
RGB Variations
Color information
#3100C2 (or 0x3100C2) is known color: Medium Blue. HEX triplet: 31, 00 and C2. RGB value is (49,0,194). Sum of RGB (Red+Green+Blue) = 49+0+194=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 194 (76.17% from 255 or 79.84% from 243); Max value from RGB is 194 - color contains mainly: blue. Hex color #3100C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3100C2 is #CEFF3D. Grayscale: #242424. Windows color (decimal): -13565758 or 12714033. OLE color: 12714033.
HSL color Cylindrical-coordinate representation of color #3100C2: hue angle of 255.15º 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 #3100C2 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 0 | 194 | - |
| CMYK | 0.75 | 1 | 0 | 0.24 |
| HSL | 255.15º | 1% | 0.38% | - |
| HSV(B) | 255.15º | 1% | 0.76% | - |
| XYZ | 11 | 4.55 | 51.34 | - |
| YUV | 36.77 | 216.73 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 194 | 0.75 | 1 | 0 | 0.24 | 255.15 | 1 | 0.38 |
| Hex | 31 | 0 | C2 | 4B | 64 | 0 | 18 | FF | 64 | 26 |
| Octal | 61 | 0 | 302 | 113 | 144 | 0 | 30 | 377 | 144 | 46 |
| Binary | 110001 | 0 | 11000010 | 1001011 | 1100100 | 0 | 11000 | 11111111 | 1100100 | 100110 |
Color Harmonies of #3100C2
Complementary color
Monochromatic Colors of #3100C2
Black with #3100C2
Text Example
Text Example
White with #3100C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100C2; }
p { color: rgb(49,0,194); }
H1.HeaderClassName
{
color: #3100C2;
}
.AnyTagClassName
{
color: #3100C2;
}
</style>
background-color css
<style>
a { background-color: #3100C2; }
a { background-color: rgb(49,0,194); }
div.DivClassName
{
background-color: #3100C2;
}
.BgClassName
{
background-color: #3100C2;
}
</style>
border-color css
<style>
span { border-color: #3100C2; }
span { border-color: rgb(49,0,194); }
td.TdClassName
{
border-color: #3100C2;
}
.TagClassName
{
border-color: #3100C2;
}
</style>