Shades of Royal Blue #3166D9
Tints of Royal Blue #3166D9
RGB
CMYK
RGB Variations
Color information
#3166D9 (or 0x3166D9) is known color: Royal Blue. HEX triplet: 31, 66 and D9. RGB value is (49,102,217). Sum of RGB (Red+Green+Blue) = 49+102+217=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 217 (85.16% from 255 or 58.97% from 368); Max value from RGB is 217 - color contains mainly: blue. Hex color #3166D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166D9 is #CE9926. Grayscale: #626262. Windows color (decimal): -13539623 or 14247473. OLE color: 14247473.
HSL color Cylindrical-coordinate representation of color #3166D9: hue angle of 221.07º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3166D9 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 102 | 217 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.15 |
| HSL | 221.07º | 0.69% | 0.52% | - |
| HSV(B) | 221.07º | 0.77% | 0.85% | - |
| XYZ | 18.54 | 15.17 | 67.6 | - |
| YUV | 99.26 | 194.44 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 217 | 0.77 | 0.53 | 0 | 0.15 | 221.07 | 0.69 | 0.52 |
| Hex | 31 | 66 | D9 | 4D | 35 | 0 | F | DD | 45 | 34 |
| Octal | 61 | 146 | 331 | 115 | 65 | 0 | 17 | 335 | 105 | 64 |
| Binary | 110001 | 1100110 | 11011001 | 1001101 | 110101 | 0 | 1111 | 11011101 | 1000101 | 110100 |
Color Harmonies of #3166D9
Complementary color
Monochromatic Colors of #3166D9
Black with #3166D9
Text Example
Text Example
White with #3166D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166D9; }
p { color: rgb(49,102,217); }
H1.HeaderClassName
{
color: #3166D9;
}
.AnyTagClassName
{
color: #3166D9;
}
</style>
background-color css
<style>
a { background-color: #3166D9; }
a { background-color: rgb(49,102,217); }
div.DivClassName
{
background-color: #3166D9;
}
.BgClassName
{
background-color: #3166D9;
}
</style>
border-color css
<style>
span { border-color: #3166D9; }
span { border-color: rgb(49,102,217); }
td.TdClassName
{
border-color: #3166D9;
}
.TagClassName
{
border-color: #3166D9;
}
</style>