Shades of Royal Blue #3166D0
Tints of Royal Blue #3166D0
RGB
CMYK
RGB Variations
Color information
#3166D0 (or 0x3166D0) is known color: Royal Blue. HEX triplet: 31, 66 and D0. RGB value is (49,102,208). Sum of RGB (Red+Green+Blue) = 49+102+208=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #3166D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166D0 is #CE992F. Grayscale: #616161. Windows color (decimal): -13539632 or 13657649. OLE color: 13657649.
HSL color Cylindrical-coordinate representation of color #3166D0: hue angle of 220º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3166D0 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 102 | 208 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.18 |
| HSL | 220º | 0.63% | 0.5% | - |
| HSV(B) | 220º | 0.76% | 0.82% | - |
| XYZ | 17.4 | 14.71 | 61.6 | - |
| YUV | 98.24 | 189.94 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 208 | 0.76 | 0.51 | 0 | 0.18 | 220 | 0.63 | 0.5 |
| Hex | 31 | 66 | D0 | 4C | 33 | 0 | 12 | DC | 3F | 32 |
| Octal | 61 | 146 | 320 | 114 | 63 | 0 | 22 | 334 | 77 | 62 |
| Binary | 110001 | 1100110 | 11010000 | 1001100 | 110011 | 0 | 10010 | 11011100 | 111111 | 110010 |
Color Harmonies of #3166D0
Complementary color
Monochromatic Colors of #3166D0
Black with #3166D0
Text Example
Text Example
White with #3166D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166D0; }
p { color: rgb(49,102,208); }
H1.HeaderClassName
{
color: #3166D0;
}
.AnyTagClassName
{
color: #3166D0;
}
</style>
background-color css
<style>
a { background-color: #3166D0; }
a { background-color: rgb(49,102,208); }
div.DivClassName
{
background-color: #3166D0;
}
.BgClassName
{
background-color: #3166D0;
}
</style>
border-color css
<style>
span { border-color: #3166D0; }
span { border-color: rgb(49,102,208); }
td.TdClassName
{
border-color: #3166D0;
}
.TagClassName
{
border-color: #3166D0;
}
</style>