Shades of Medium Blue #3100D5
Tints of Medium Blue #3100D5
RGB
CMYK
RGB Variations
Color information
#3100D5 (or 0x3100D5) is known color: Medium Blue. HEX triplet: 31, 00 and D5. RGB value is (49,0,213). Sum of RGB (Red+Green+Blue) = 49+0+213=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 213 (83.59% from 255 or 81.30% from 262); Max value from RGB is 213 - color contains mainly: blue. Hex color #3100D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3100D5 is #CEFF2A. Grayscale: #262626. Windows color (decimal): -13565739 or 13959217. OLE color: 13959217.
HSL color Cylindrical-coordinate representation of color #3100D5: hue angle of 253.8º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100D5 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 0 | 213 | - |
| CMYK | 0.77 | 1 | 0 | 0.16 |
| HSL | 253.8º | 1% | 0.42% | - |
| HSV(B) | 253.8º | 1% | 0.84% | - |
| XYZ | 13.28 | 5.46 | 63.3 | - |
| YUV | 38.93 | 226.23 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 213 | 0.77 | 1 | 0 | 0.16 | 253.8 | 1 | 0.42 |
| Hex | 31 | 0 | D5 | 4D | 64 | 0 | 10 | FE | 64 | 2A |
| Octal | 61 | 0 | 325 | 115 | 144 | 0 | 20 | 376 | 144 | 52 |
| Binary | 110001 | 0 | 11010101 | 1001101 | 1100100 | 0 | 10000 | 11111110 | 1100100 | 101010 |
Color Harmonies of #3100D5
Complementary color
Monochromatic Colors of #3100D5
Black with #3100D5
Text Example
Text Example
White with #3100D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100D5; }
p { color: rgb(49,0,213); }
H1.HeaderClassName
{
color: #3100D5;
}
.AnyTagClassName
{
color: #3100D5;
}
</style>
background-color css
<style>
a { background-color: #3100D5; }
a { background-color: rgb(49,0,213); }
div.DivClassName
{
background-color: #3100D5;
}
.BgClassName
{
background-color: #3100D5;
}
</style>
border-color css
<style>
span { border-color: #3100D5; }
span { border-color: rgb(49,0,213); }
td.TdClassName
{
border-color: #3100D5;
}
.TagClassName
{
border-color: #3100D5;
}
</style>