Shades of Royal Blue #3166EB
Tints of Royal Blue #3166EB
RGB
CMYK
RGB Variations
Color information
#3166EB (or 0x3166EB) is known color: Royal Blue. HEX triplet: 31, 66 and EB. RGB value is (49,102,235). Sum of RGB (Red+Green+Blue) = 49+102+235=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #3166EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3166EB is #CE9914. Grayscale: #646464. Windows color (decimal): -13539605 or 15427121. OLE color: 15427121.
HSL color Cylindrical-coordinate representation of color #3166EB: hue angle of 222.9º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3166EB is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 102 | 235 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.08 |
| HSL | 222.9º | 0.82% | 0.56% | - |
| HSV(B) | 222.9º | 0.79% | 0.92% | - |
| XYZ | 21.01 | 16.15 | 80.61 | - |
| YUV | 101.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 235 | 0.79 | 0.57 | 0 | 0.08 | 222.9 | 0.82 | 0.56 |
| Hex | 31 | 66 | EB | 4F | 39 | 0 | 8 | DF | 52 | 38 |
| Octal | 61 | 146 | 353 | 117 | 71 | 0 | 10 | 337 | 122 | 70 |
| Binary | 110001 | 1100110 | 11101011 | 1001111 | 111001 | 0 | 1000 | 11011111 | 1010010 | 111000 |
Color Harmonies of #3166EB
Complementary color
Monochromatic Colors of #3166EB
Black with #3166EB
Text Example
Text Example
White with #3166EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166EB; }
p { color: rgb(49,102,235); }
H1.HeaderClassName
{
color: #3166EB;
}
.AnyTagClassName
{
color: #3166EB;
}
</style>
background-color css
<style>
a { background-color: #3166EB; }
a { background-color: rgb(49,102,235); }
div.DivClassName
{
background-color: #3166EB;
}
.BgClassName
{
background-color: #3166EB;
}
</style>
border-color css
<style>
span { border-color: #3166EB; }
span { border-color: rgb(49,102,235); }
td.TdClassName
{
border-color: #3166EB;
}
.TagClassName
{
border-color: #3166EB;
}
</style>