Shades of Medium Blue #3109CE
Tints of Medium Blue #3109CE
RGB
CMYK
RGB Variations
Color information
#3109CE (or 0x3109CE) is known color: Medium Blue. HEX triplet: 31, 09 and CE. RGB value is (49,9,206). Sum of RGB (Red+Green+Blue) = 49+9+206=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #3109CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3109CE is #CEF631. Grayscale: #2A2A2A. Windows color (decimal): -13563442 or 13502769. OLE color: 13502769.
HSL color Cylindrical-coordinate representation of color #3109CE: hue angle of 252.18º 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 #3109CE is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 9 | 206 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.19 |
| HSL | 252.18º | 0.92% | 0.42% | - |
| HSV(B) | 252.18º | 0.96% | 0.81% | - |
| XYZ | 12.5 | 5.3 | 58.76 | - |
| YUV | 43.42 | 219.75 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 206 | 0.76 | 0.96 | 0 | 0.19 | 252.18 | 0.92 | 0.42 |
| Hex | 31 | 9 | CE | 4C | 60 | 0 | 13 | FC | 5C | 2A |
| Octal | 61 | 11 | 316 | 114 | 140 | 0 | 23 | 374 | 134 | 52 |
| Binary | 110001 | 1001 | 11001110 | 1001100 | 1100000 | 0 | 10011 | 11111100 | 1011100 | 101010 |
Color Harmonies of #3109CE
Complementary color
Monochromatic Colors of #3109CE
Black with #3109CE
Text Example
Text Example
White with #3109CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3109CE; }
p { color: rgb(49,9,206); }
H1.HeaderClassName
{
color: #3109CE;
}
.AnyTagClassName
{
color: #3109CE;
}
</style>
background-color css
<style>
a { background-color: #3109CE; }
a { background-color: rgb(49,9,206); }
div.DivClassName
{
background-color: #3109CE;
}
.BgClassName
{
background-color: #3109CE;
}
</style>
border-color css
<style>
span { border-color: #3109CE; }
span { border-color: rgb(49,9,206); }
td.TdClassName
{
border-color: #3109CE;
}
.TagClassName
{
border-color: #3109CE;
}
</style>