Shades of Medium Blue #3107BC
Tints of Medium Blue #3107BC
RGB
CMYK
RGB Variations
Color information
#3107BC (or 0x3107BC) is known color: Medium Blue. HEX triplet: 31, 07 and BC. RGB value is (49,7,188). Sum of RGB (Red+Green+Blue) = 49+7+188=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #3107BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3107BC is #CEF843. Grayscale: #272727. Windows color (decimal): -13563972 or 12322609. OLE color: 12322609.
HSL color Cylindrical-coordinate representation of color #3107BC: hue angle of 253.92º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3107BC is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 7 | 188 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.26 |
| HSL | 253.92º | 0.93% | 0.38% | - |
| HSV(B) | 253.92º | 0.96% | 0.74% | - |
| XYZ | 10.42 | 4.44 | 47.88 | - |
| YUV | 40.19 | 211.41 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 7 | 188 | 0.74 | 0.96 | 0 | 0.26 | 253.92 | 0.93 | 0.38 |
| Hex | 31 | 7 | BC | 4A | 60 | 0 | 1A | FE | 5D | 26 |
| Octal | 61 | 7 | 274 | 112 | 140 | 0 | 32 | 376 | 135 | 46 |
| Binary | 110001 | 111 | 10111100 | 1001010 | 1100000 | 0 | 11010 | 11111110 | 1011101 | 100110 |
Color Harmonies of #3107BC
Complementary color
Monochromatic Colors of #3107BC
Black with #3107BC
Text Example
Text Example
White with #3107BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3107BC; }
p { color: rgb(49,7,188); }
H1.HeaderClassName
{
color: #3107BC;
}
.AnyTagClassName
{
color: #3107BC;
}
</style>
background-color css
<style>
a { background-color: #3107BC; }
a { background-color: rgb(49,7,188); }
div.DivClassName
{
background-color: #3107BC;
}
.BgClassName
{
background-color: #3107BC;
}
</style>
border-color css
<style>
span { border-color: #3107BC; }
span { border-color: rgb(49,7,188); }
td.TdClassName
{
border-color: #3107BC;
}
.TagClassName
{
border-color: #3107BC;
}
</style>