Shades of Royal Blue #3169CF
Tints of Royal Blue #3169CF
RGB
CMYK
RGB Variations
Color information
#3169CF (or 0x3169CF) is known color: Royal Blue. HEX triplet: 31, 69 and CF. RGB value is (49,105,207). Sum of RGB (Red+Green+Blue) = 49+105+207=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #3169CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3169CF is #CE9630. Grayscale: #636363. Windows color (decimal): -13538865 or 13592881. OLE color: 13592881.
HSL color Cylindrical-coordinate representation of color #3169CF: hue angle of 218.73º 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 #3169CF is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 105 | 207 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.19 |
| HSL | 218.73º | 0.62% | 0.5% | - |
| HSV(B) | 218.73º | 0.76% | 0.81% | - |
| XYZ | 17.58 | 15.26 | 61.05 | - |
| YUV | 99.88 | 188.45 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 105 | 207 | 0.76 | 0.49 | 0 | 0.19 | 218.73 | 0.62 | 0.5 |
| Hex | 31 | 69 | CF | 4C | 31 | 0 | 13 | DB | 3E | 32 |
| Octal | 61 | 151 | 317 | 114 | 61 | 0 | 23 | 333 | 76 | 62 |
| Binary | 110001 | 1101001 | 11001111 | 1001100 | 110001 | 0 | 10011 | 11011011 | 111110 | 110010 |
Color Harmonies of #3169CF
Complementary color
Monochromatic Colors of #3169CF
Black with #3169CF
Text Example
Text Example
White with #3169CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3169CF; }
p { color: rgb(49,105,207); }
H1.HeaderClassName
{
color: #3169CF;
}
.AnyTagClassName
{
color: #3169CF;
}
</style>
background-color css
<style>
a { background-color: #3169CF; }
a { background-color: rgb(49,105,207); }
div.DivClassName
{
background-color: #3169CF;
}
.BgClassName
{
background-color: #3169CF;
}
</style>
border-color css
<style>
span { border-color: #3169CF; }
span { border-color: rgb(49,105,207); }
td.TdClassName
{
border-color: #3169CF;
}
.TagClassName
{
border-color: #3169CF;
}
</style>