Shades of Medium Blue #3100C4
Tints of Medium Blue #3100C4
RGB
CMYK
RGB Variations
Color information
#3100C4 (or 0x3100C4) is known color: Medium Blue. HEX triplet: 31, 00 and C4. RGB value is (49,0,196). Sum of RGB (Red+Green+Blue) = 49+0+196=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 196 (76.95% from 255 or 80% from 245); Max value from RGB is 196 - color contains mainly: blue. Hex color #3100C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3100C4 is #CEFF3B. Grayscale: #242424. Windows color (decimal): -13565756 or 12845105. OLE color: 12845105.
HSL color Cylindrical-coordinate representation of color #3100C4: hue angle of 255º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100C4 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 0 | 196 | - |
| CMYK | 0.75 | 1 | 0 | 0.23 |
| HSL | 255º | 1% | 0.38% | - |
| HSV(B) | 255º | 1% | 0.77% | - |
| XYZ | 11.23 | 4.64 | 52.53 | - |
| YUV | 37 | 217.73 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 196 | 0.75 | 1 | 0 | 0.23 | 255 | 1 | 0.38 |
| Hex | 31 | 0 | C4 | 4B | 64 | 0 | 17 | FF | 64 | 26 |
| Octal | 61 | 0 | 304 | 113 | 144 | 0 | 27 | 377 | 144 | 46 |
| Binary | 110001 | 0 | 11000100 | 1001011 | 1100100 | 0 | 10111 | 11111111 | 1100100 | 100110 |
Color Harmonies of #3100C4
Complementary color
Monochromatic Colors of #3100C4
Black with #3100C4
Text Example
Text Example
White with #3100C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100C4; }
p { color: rgb(49,0,196); }
H1.HeaderClassName
{
color: #3100C4;
}
.AnyTagClassName
{
color: #3100C4;
}
</style>
background-color css
<style>
a { background-color: #3100C4; }
a { background-color: rgb(49,0,196); }
div.DivClassName
{
background-color: #3100C4;
}
.BgClassName
{
background-color: #3100C4;
}
</style>
border-color css
<style>
span { border-color: #3100C4; }
span { border-color: rgb(49,0,196); }
td.TdClassName
{
border-color: #3100C4;
}
.TagClassName
{
border-color: #3100C4;
}
</style>