Shades of Royal Blue #3166FB
Tints of Royal Blue #3166FB
RGB
CMYK
RGB Variations
Color information
#3166FB (or 0x3166FB) is known color: Royal Blue. HEX triplet: 31, 66 and FB. RGB value is (49,102,251). Sum of RGB (Red+Green+Blue) = 49+102+251=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #3166FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3166FB is #CE9904. Grayscale: #666666. Windows color (decimal): -13539589 or 16475697. OLE color: 16475697.
HSL color Cylindrical-coordinate representation of color #3166FB: hue angle of 224.26º degrees, saturation: 0.96, 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 #3166FB is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 102 | 251 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.02 |
| HSL | 224.26º | 0.96% | 0.59% | - |
| HSV(B) | 224.26º | 0.8% | 0.98% | - |
| XYZ | 23.43 | 17.12 | 93.34 | - |
| YUV | 103.14 | 211.44 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 251 | 0.80 | 0.59 | 0 | 0.02 | 224.26 | 0.96 | 0.59 |
| Hex | 31 | 66 | FB | 50 | 3B | 0 | 2 | E0 | 60 | 3B |
| Octal | 61 | 146 | 373 | 120 | 73 | 0 | 2 | 340 | 140 | 73 |
| Binary | 110001 | 1100110 | 11111011 | 1010000 | 111011 | 0 | 10 | 11100000 | 1100000 | 111011 |
Color Harmonies of #3166FB
Complementary color
Monochromatic Colors of #3166FB
Black with #3166FB
Text Example
Text Example
White with #3166FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166FB; }
p { color: rgb(49,102,251); }
H1.HeaderClassName
{
color: #3166FB;
}
.AnyTagClassName
{
color: #3166FB;
}
</style>
background-color css
<style>
a { background-color: #3166FB; }
a { background-color: rgb(49,102,251); }
div.DivClassName
{
background-color: #3166FB;
}
.BgClassName
{
background-color: #3166FB;
}
</style>
border-color css
<style>
span { border-color: #3166FB; }
span { border-color: rgb(49,102,251); }
td.TdClassName
{
border-color: #3166FB;
}
.TagClassName
{
border-color: #3166FB;
}
</style>