Shades of Medium Blue #3108BC
Tints of Medium Blue #3108BC
RGB
CMYK
RGB Variations
Color information
#3108BC (or 0x3108BC) is known color: Medium Blue. HEX triplet: 31, 08 and BC. RGB value is (49,8,188). Sum of RGB (Red+Green+Blue) = 49+8+188=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #3108BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3108BC is #CEF743. Grayscale: #282828. Windows color (decimal): -13563716 or 12322865. OLE color: 12322865.
HSL color Cylindrical-coordinate representation of color #3108BC: hue angle of 253.67º degrees, saturation: 0.92, 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 #3108BC is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 8 | 188 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.26 |
| HSL | 253.67º | 0.92% | 0.38% | - |
| HSV(B) | 253.67º | 0.96% | 0.74% | - |
| XYZ | 10.43 | 4.46 | 47.89 | - |
| YUV | 40.78 | 211.08 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 188 | 0.74 | 0.96 | 0 | 0.26 | 253.67 | 0.92 | 0.38 |
| Hex | 31 | 8 | BC | 4A | 60 | 0 | 1A | FE | 5C | 26 |
| Octal | 61 | 10 | 274 | 112 | 140 | 0 | 32 | 376 | 134 | 46 |
| Binary | 110001 | 1000 | 10111100 | 1001010 | 1100000 | 0 | 11010 | 11111110 | 1011100 | 100110 |
Color Harmonies of #3108BC
Complementary color
Monochromatic Colors of #3108BC
Black with #3108BC
Text Example
Text Example
White with #3108BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3108BC; }
p { color: rgb(49,8,188); }
H1.HeaderClassName
{
color: #3108BC;
}
.AnyTagClassName
{
color: #3108BC;
}
</style>
background-color css
<style>
a { background-color: #3108BC; }
a { background-color: rgb(49,8,188); }
div.DivClassName
{
background-color: #3108BC;
}
.BgClassName
{
background-color: #3108BC;
}
</style>
border-color css
<style>
span { border-color: #3108BC; }
span { border-color: rgb(49,8,188); }
td.TdClassName
{
border-color: #3108BC;
}
.TagClassName
{
border-color: #3108BC;
}
</style>