Shades of Royal Blue #3166F6
Tints of Royal Blue #3166F6
RGB
CMYK
RGB Variations
Color information
#3166F6 (or 0x3166F6) is known color: Royal Blue. HEX triplet: 31, 66 and F6. RGB value is (49,102,246). Sum of RGB (Red+Green+Blue) = 49+102+246=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #3166F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3166F6 is #CE9909. Grayscale: #656565. Windows color (decimal): -13539594 or 16148017. OLE color: 16148017.
HSL color Cylindrical-coordinate representation of color #3166F6: hue angle of 223.86º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3166F6 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 102 | 246 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.04 |
| HSL | 223.86º | 0.92% | 0.58% | - |
| HSV(B) | 223.86º | 0.8% | 0.96% | - |
| XYZ | 22.65 | 16.81 | 89.24 | - |
| YUV | 102.57 | 208.94 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 246 | 0.80 | 0.59 | 0 | 0.04 | 223.86 | 0.92 | 0.58 |
| Hex | 31 | 66 | F6 | 50 | 3B | 0 | 4 | E0 | 5C | 3A |
| Octal | 61 | 146 | 366 | 120 | 73 | 0 | 4 | 340 | 134 | 72 |
| Binary | 110001 | 1100110 | 11110110 | 1010000 | 111011 | 0 | 100 | 11100000 | 1011100 | 111010 |
Color Harmonies of #3166F6
Complementary color
Monochromatic Colors of #3166F6
Black with #3166F6
Text Example
Text Example
White with #3166F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166F6; }
p { color: rgb(49,102,246); }
H1.HeaderClassName
{
color: #3166F6;
}
.AnyTagClassName
{
color: #3166F6;
}
</style>
background-color css
<style>
a { background-color: #3166F6; }
a { background-color: rgb(49,102,246); }
div.DivClassName
{
background-color: #3166F6;
}
.BgClassName
{
background-color: #3166F6;
}
</style>
border-color css
<style>
span { border-color: #3166F6; }
span { border-color: rgb(49,102,246); }
td.TdClassName
{
border-color: #3166F6;
}
.TagClassName
{
border-color: #3166F6;
}
</style>