Shades of Medium Blue #3101C2
Tints of Medium Blue #3101C2
RGB
CMYK
RGB Variations
Color information
#3101C2 (or 0x3101C2) is known color: Medium Blue. HEX triplet: 31, 01 and C2. RGB value is (49,1,194). Sum of RGB (Red+Green+Blue) = 49+1+194=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 194 (76.17% from 255 or 79.51% from 244); Max value from RGB is 194 - color contains mainly: blue. Hex color #3101C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3101C2 is #CEFE3D. Grayscale: #242424. Windows color (decimal): -13565502 or 12714289. OLE color: 12714289.
HSL color Cylindrical-coordinate representation of color #3101C2: hue angle of 254.92º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3101C2 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 1 | 194 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.24 |
| HSL | 254.92º | 0.99% | 0.38% | - |
| HSV(B) | 254.92º | 0.99% | 0.76% | - |
| XYZ | 11.02 | 4.57 | 51.34 | - |
| YUV | 37.35 | 216.4 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 194 | 0.75 | 0.99 | 0 | 0.24 | 254.92 | 0.99 | 0.38 |
| Hex | 31 | 1 | C2 | 4B | 63 | 0 | 18 | FF | 63 | 26 |
| Octal | 61 | 1 | 302 | 113 | 143 | 0 | 30 | 377 | 143 | 46 |
| Binary | 110001 | 1 | 11000010 | 1001011 | 1100011 | 0 | 11000 | 11111111 | 1100011 | 100110 |
Color Harmonies of #3101C2
Complementary color
Monochromatic Colors of #3101C2
Black with #3101C2
Text Example
Text Example
White with #3101C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3101C2; }
p { color: rgb(49,1,194); }
H1.HeaderClassName
{
color: #3101C2;
}
.AnyTagClassName
{
color: #3101C2;
}
</style>
background-color css
<style>
a { background-color: #3101C2; }
a { background-color: rgb(49,1,194); }
div.DivClassName
{
background-color: #3101C2;
}
.BgClassName
{
background-color: #3101C2;
}
</style>
border-color css
<style>
span { border-color: #3101C2; }
span { border-color: rgb(49,1,194); }
td.TdClassName
{
border-color: #3101C2;
}
.TagClassName
{
border-color: #3101C2;
}
</style>