Shades of Royal Blue #3166CE
Tints of Royal Blue #3166CE
RGB
CMYK
RGB Variations
Color information
#3166CE (or 0x3166CE) is known color: Royal Blue. HEX triplet: 31, 66 and CE. RGB value is (49,102,206). Sum of RGB (Red+Green+Blue) = 49+102+206=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #3166CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166CE is #CE9931. Grayscale: #616161. Windows color (decimal): -13539634 or 13526577. OLE color: 13526577.
HSL color Cylindrical-coordinate representation of color #3166CE: hue angle of 219.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3166CE is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 102 | 206 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.19 |
| HSL | 219.75º | 0.62% | 0.5% | - |
| HSV(B) | 219.75º | 0.76% | 0.81% | - |
| XYZ | 17.16 | 14.61 | 60.31 | - |
| YUV | 98.01 | 188.94 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 206 | 0.76 | 0.50 | 0 | 0.19 | 219.75 | 0.62 | 0.5 |
| Hex | 31 | 66 | CE | 4C | 32 | 0 | 13 | DC | 3E | 32 |
| Octal | 61 | 146 | 316 | 114 | 62 | 0 | 23 | 334 | 76 | 62 |
| Binary | 110001 | 1100110 | 11001110 | 1001100 | 110010 | 0 | 10011 | 11011100 | 111110 | 110010 |
Color Harmonies of #3166CE
Complementary color
Monochromatic Colors of #3166CE
Black with #3166CE
Text Example
Text Example
White with #3166CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166CE; }
p { color: rgb(49,102,206); }
H1.HeaderClassName
{
color: #3166CE;
}
.AnyTagClassName
{
color: #3166CE;
}
</style>
background-color css
<style>
a { background-color: #3166CE; }
a { background-color: rgb(49,102,206); }
div.DivClassName
{
background-color: #3166CE;
}
.BgClassName
{
background-color: #3166CE;
}
</style>
border-color css
<style>
span { border-color: #3166CE; }
span { border-color: rgb(49,102,206); }
td.TdClassName
{
border-color: #3166CE;
}
.TagClassName
{
border-color: #3166CE;
}
</style>