Shades of Medium Blue #3103BD
Tints of Medium Blue #3103BD
RGB
CMYK
RGB Variations
Color information
#3103BD (or 0x3103BD) is known color: Medium Blue. HEX triplet: 31, 03 and BD. RGB value is (49,3,189). Sum of RGB (Red+Green+Blue) = 49+3+189=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #3103BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3103BD is #CEFC42. Grayscale: #252525. Windows color (decimal): -13564995 or 12387121. OLE color: 12387121.
HSL color Cylindrical-coordinate representation of color #3103BD: hue angle of 254.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3103BD is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 3 | 189 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.26 |
| HSL | 254.84º | 0.97% | 0.38% | - |
| HSV(B) | 254.84º | 0.98% | 0.74% | - |
| XYZ | 10.48 | 4.39 | 48.44 | - |
| YUV | 37.96 | 213.24 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 189 | 0.74 | 0.98 | 0 | 0.26 | 254.84 | 0.97 | 0.38 |
| Hex | 31 | 3 | BD | 4A | 62 | 0 | 1A | FF | 61 | 26 |
| Octal | 61 | 3 | 275 | 112 | 142 | 0 | 32 | 377 | 141 | 46 |
| Binary | 110001 | 11 | 10111101 | 1001010 | 1100010 | 0 | 11010 | 11111111 | 1100001 | 100110 |
Color Harmonies of #3103BD
Complementary color
Monochromatic Colors of #3103BD
Black with #3103BD
Text Example
Text Example
White with #3103BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103BD; }
p { color: rgb(49,3,189); }
H1.HeaderClassName
{
color: #3103BD;
}
.AnyTagClassName
{
color: #3103BD;
}
</style>
background-color css
<style>
a { background-color: #3103BD; }
a { background-color: rgb(49,3,189); }
div.DivClassName
{
background-color: #3103BD;
}
.BgClassName
{
background-color: #3103BD;
}
</style>
border-color css
<style>
span { border-color: #3103BD; }
span { border-color: rgb(49,3,189); }
td.TdClassName
{
border-color: #3103BD;
}
.TagClassName
{
border-color: #3103BD;
}
</style>