Shades of Medium Blue #3109CF
Tints of Medium Blue #3109CF
RGB
CMYK
RGB Variations
Color information
#3109CF (or 0x3109CF) is known color: Medium Blue. HEX triplet: 31, 09 and CF. RGB value is (49,9,207). Sum of RGB (Red+Green+Blue) = 49+9+207=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 207 (81.25% from 255 or 78.11% from 265); Max value from RGB is 207 - color contains mainly: blue. Hex color #3109CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3109CF is #CEF630. Grayscale: #2A2A2A. Windows color (decimal): -13563441 or 13568305. OLE color: 13568305.
HSL color Cylindrical-coordinate representation of color #3109CF: hue angle of 252.12º degrees, saturation: 0.92, 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 #3109CF is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 9 | 207 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.19 |
| HSL | 252.12º | 0.92% | 0.42% | - |
| HSV(B) | 252.12º | 0.96% | 0.81% | - |
| XYZ | 12.63 | 5.35 | 59.4 | - |
| YUV | 43.53 | 220.25 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 207 | 0.76 | 0.96 | 0 | 0.19 | 252.12 | 0.92 | 0.42 |
| Hex | 31 | 9 | CF | 4C | 60 | 0 | 13 | FC | 5C | 2A |
| Octal | 61 | 11 | 317 | 114 | 140 | 0 | 23 | 374 | 134 | 52 |
| Binary | 110001 | 1001 | 11001111 | 1001100 | 1100000 | 0 | 10011 | 11111100 | 1011100 | 101010 |
Color Harmonies of #3109CF
Complementary color
Monochromatic Colors of #3109CF
Black with #3109CF
Text Example
Text Example
White with #3109CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3109CF; }
p { color: rgb(49,9,207); }
H1.HeaderClassName
{
color: #3109CF;
}
.AnyTagClassName
{
color: #3109CF;
}
</style>
background-color css
<style>
a { background-color: #3109CF; }
a { background-color: rgb(49,9,207); }
div.DivClassName
{
background-color: #3109CF;
}
.BgClassName
{
background-color: #3109CF;
}
</style>
border-color css
<style>
span { border-color: #3109CF; }
span { border-color: rgb(49,9,207); }
td.TdClassName
{
border-color: #3109CF;
}
.TagClassName
{
border-color: #3109CF;
}
</style>