Shades of Royal Blue #3166FA
Tints of Royal Blue #3166FA
RGB
CMYK
RGB Variations
Color information
#3166FA (or 0x3166FA) is known color: Royal Blue. HEX triplet: 31, 66 and FA. RGB value is (49,102,250). Sum of RGB (Red+Green+Blue) = 49+102+250=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #3166FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3166FA is #CE9905. Grayscale: #666666. Windows color (decimal): -13539590 or 16410161. OLE color: 16410161.
HSL color Cylindrical-coordinate representation of color #3166FA: hue angle of 224.18º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3166FA is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 102 | 250 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.02 |
| HSL | 224.18º | 0.95% | 0.59% | - |
| HSV(B) | 224.18º | 0.8% | 0.98% | - |
| XYZ | 23.27 | 17.06 | 92.51 | - |
| YUV | 103.03 | 210.94 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 250 | 0.80 | 0.59 | 0 | 0.02 | 224.18 | 0.95 | 0.59 |
| Hex | 31 | 66 | FA | 50 | 3B | 0 | 2 | E0 | 5F | 3B |
| Octal | 61 | 146 | 372 | 120 | 73 | 0 | 2 | 340 | 137 | 73 |
| Binary | 110001 | 1100110 | 11111010 | 1010000 | 111011 | 0 | 10 | 11100000 | 1011111 | 111011 |
Color Harmonies of #3166FA
Complementary color
Monochromatic Colors of #3166FA
Black with #3166FA
Text Example
Text Example
White with #3166FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166FA; }
p { color: rgb(49,102,250); }
H1.HeaderClassName
{
color: #3166FA;
}
.AnyTagClassName
{
color: #3166FA;
}
</style>
background-color css
<style>
a { background-color: #3166FA; }
a { background-color: rgb(49,102,250); }
div.DivClassName
{
background-color: #3166FA;
}
.BgClassName
{
background-color: #3166FA;
}
</style>
border-color css
<style>
span { border-color: #3166FA; }
span { border-color: rgb(49,102,250); }
td.TdClassName
{
border-color: #3166FA;
}
.TagClassName
{
border-color: #3166FA;
}
</style>