Shades of Medium Blue #3112CF
Tints of Medium Blue #3112CF
RGB
CMYK
RGB Variations
Color information
#3112CF (or 0x3112CF) is known color: Medium Blue. HEX triplet: 31, 12 and CF. RGB value is (49,18,207). Sum of RGB (Red+Green+Blue) = 49+18+207=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #3112CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3112CF is #CEED30. Grayscale: #303030. Windows color (decimal): -13561137 or 13570609. OLE color: 13570609.
HSL color Cylindrical-coordinate representation of color #3112CF: hue angle of 249.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3112CF is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 18 | 207 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.19 |
| HSL | 249.84º | 0.84% | 0.44% | - |
| HSV(B) | 249.84º | 0.91% | 0.81% | - |
| XYZ | 12.75 | 5.59 | 59.44 | - |
| YUV | 48.82 | 217.27 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 207 | 0.76 | 0.91 | 0 | 0.19 | 249.84 | 0.84 | 0.44 |
| Hex | 31 | 12 | CF | 4C | 5B | 0 | 13 | FA | 54 | 2C |
| Octal | 61 | 22 | 317 | 114 | 133 | 0 | 23 | 372 | 124 | 54 |
| Binary | 110001 | 10010 | 11001111 | 1001100 | 1011011 | 0 | 10011 | 11111010 | 1010100 | 101100 |
Color Harmonies of #3112CF
Complementary color
Monochromatic Colors of #3112CF
Black with #3112CF
Text Example
Text Example
White with #3112CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3112CF; }
p { color: rgb(49,18,207); }
H1.HeaderClassName
{
color: #3112CF;
}
.AnyTagClassName
{
color: #3112CF;
}
</style>
background-color css
<style>
a { background-color: #3112CF; }
a { background-color: rgb(49,18,207); }
div.DivClassName
{
background-color: #3112CF;
}
.BgClassName
{
background-color: #3112CF;
}
</style>
border-color css
<style>
span { border-color: #3112CF; }
span { border-color: rgb(49,18,207); }
td.TdClassName
{
border-color: #3112CF;
}
.TagClassName
{
border-color: #3112CF;
}
</style>