Shades of Medium Blue #3108CE
Tints of Medium Blue #3108CE
RGB
CMYK
RGB Variations
Color information
#3108CE (or 0x3108CE) is known color: Medium Blue. HEX triplet: 31, 08 and CE. RGB value is (49,8,206). Sum of RGB (Red+Green+Blue) = 49+8+206=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #3108CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3108CE is #CEF731. Grayscale: #2A2A2A. Windows color (decimal): -13563698 or 13502513. OLE color: 13502513.
HSL color Cylindrical-coordinate representation of color #3108CE: hue angle of 252.42º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3108CE is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 8 | 206 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.19 |
| HSL | 252.42º | 0.93% | 0.42% | - |
| HSV(B) | 252.42º | 0.96% | 0.81% | - |
| XYZ | 12.49 | 5.28 | 58.75 | - |
| YUV | 42.83 | 220.08 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 206 | 0.76 | 0.96 | 0 | 0.19 | 252.42 | 0.93 | 0.42 |
| Hex | 31 | 8 | CE | 4C | 60 | 0 | 13 | FC | 5D | 2A |
| Octal | 61 | 10 | 316 | 114 | 140 | 0 | 23 | 374 | 135 | 52 |
| Binary | 110001 | 1000 | 11001110 | 1001100 | 1100000 | 0 | 10011 | 11111100 | 1011101 | 101010 |
Color Harmonies of #3108CE
Complementary color
Monochromatic Colors of #3108CE
Black with #3108CE
Text Example
Text Example
White with #3108CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3108CE; }
p { color: rgb(49,8,206); }
H1.HeaderClassName
{
color: #3108CE;
}
.AnyTagClassName
{
color: #3108CE;
}
</style>
background-color css
<style>
a { background-color: #3108CE; }
a { background-color: rgb(49,8,206); }
div.DivClassName
{
background-color: #3108CE;
}
.BgClassName
{
background-color: #3108CE;
}
</style>
border-color css
<style>
span { border-color: #3108CE; }
span { border-color: rgb(49,8,206); }
td.TdClassName
{
border-color: #3108CE;
}
.TagClassName
{
border-color: #3108CE;
}
</style>