Shades of Medium Blue #3102BF
Tints of Medium Blue #3102BF
RGB
CMYK
RGB Variations
Color information
#3102BF (or 0x3102BF) is known color: Medium Blue. HEX triplet: 31, 02 and BF. RGB value is (49,2,191). Sum of RGB (Red+Green+Blue) = 49+2+191=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 191 (75% from 255 or 78.93% from 242); Max value from RGB is 191 - color contains mainly: blue. Hex color #3102BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3102BF is #CEFD40. Grayscale: #242424. Windows color (decimal): -13565249 or 12517937. OLE color: 12517937.
HSL color Cylindrical-coordinate representation of color #3102BF: hue angle of 254.92º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3102BF is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 2 | 191 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.25 |
| HSL | 254.92º | 0.98% | 0.38% | - |
| HSV(B) | 254.92º | 0.99% | 0.75% | - |
| XYZ | 10.69 | 4.46 | 49.59 | - |
| YUV | 37.6 | 214.57 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 191 | 0.74 | 0.99 | 0 | 0.25 | 254.92 | 0.98 | 0.38 |
| Hex | 31 | 2 | BF | 4A | 63 | 0 | 19 | FF | 62 | 26 |
| Octal | 61 | 2 | 277 | 112 | 143 | 0 | 31 | 377 | 142 | 46 |
| Binary | 110001 | 10 | 10111111 | 1001010 | 1100011 | 0 | 11001 | 11111111 | 1100010 | 100110 |
Color Harmonies of #3102BF
Complementary color
Monochromatic Colors of #3102BF
Black with #3102BF
Text Example
Text Example
White with #3102BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3102BF; }
p { color: rgb(49,2,191); }
H1.HeaderClassName
{
color: #3102BF;
}
.AnyTagClassName
{
color: #3102BF;
}
</style>
background-color css
<style>
a { background-color: #3102BF; }
a { background-color: rgb(49,2,191); }
div.DivClassName
{
background-color: #3102BF;
}
.BgClassName
{
background-color: #3102BF;
}
</style>
border-color css
<style>
span { border-color: #3102BF; }
span { border-color: rgb(49,2,191); }
td.TdClassName
{
border-color: #3102BF;
}
.TagClassName
{
border-color: #3102BF;
}
</style>