Shades of Royal Blue #3166DC
Tints of Royal Blue #3166DC
RGB
CMYK
RGB Variations
Color information
#3166DC (or 0x3166DC) is known color: Royal Blue. HEX triplet: 31, 66 and DC. RGB value is (49,102,220). Sum of RGB (Red+Green+Blue) = 49+102+220=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #3166DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166DC is #CE9923. Grayscale: #636363. Windows color (decimal): -13539620 or 14444081. OLE color: 14444081.
HSL color Cylindrical-coordinate representation of color #3166DC: hue angle of 221.4º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3166DC is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 102 | 220 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.14 |
| HSL | 221.4º | 0.71% | 0.53% | - |
| HSV(B) | 221.4º | 0.78% | 0.86% | - |
| XYZ | 18.94 | 15.32 | 69.67 | - |
| YUV | 99.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 220 | 0.78 | 0.54 | 0 | 0.14 | 221.4 | 0.71 | 0.53 |
| Hex | 31 | 66 | DC | 4E | 36 | 0 | E | DD | 47 | 35 |
| Octal | 61 | 146 | 334 | 116 | 66 | 0 | 16 | 335 | 107 | 65 |
| Binary | 110001 | 1100110 | 11011100 | 1001110 | 110110 | 0 | 1110 | 11011101 | 1000111 | 110101 |
Color Harmonies of #3166DC
Complementary color
Monochromatic Colors of #3166DC
Black with #3166DC
Text Example
Text Example
White with #3166DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166DC; }
p { color: rgb(49,102,220); }
H1.HeaderClassName
{
color: #3166DC;
}
.AnyTagClassName
{
color: #3166DC;
}
</style>
background-color css
<style>
a { background-color: #3166DC; }
a { background-color: rgb(49,102,220); }
div.DivClassName
{
background-color: #3166DC;
}
.BgClassName
{
background-color: #3166DC;
}
</style>
border-color css
<style>
span { border-color: #3166DC; }
span { border-color: rgb(49,102,220); }
td.TdClassName
{
border-color: #3166DC;
}
.TagClassName
{
border-color: #3166DC;
}
</style>