Shades of Royal Blue #3169D8
Tints of Royal Blue #3169D8
RGB
CMYK
RGB Variations
Color information
#3169D8 (or 0x3169D8) is known color: Royal Blue. HEX triplet: 31, 69 and D8. RGB value is (49,105,216). Sum of RGB (Red+Green+Blue) = 49+105+216=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 216 (84.77% from 255 or 58.38% from 370); Max value from RGB is 216 - color contains mainly: blue. Hex color #3169D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3169D8 is #CE9627. Grayscale: #646464. Windows color (decimal): -13538856 or 14182705. OLE color: 14182705.
HSL color Cylindrical-coordinate representation of color #3169D8: hue angle of 219.88º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3169D8 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 105 | 216 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.15 |
| HSL | 219.88º | 0.68% | 0.52% | - |
| HSV(B) | 219.88º | 0.77% | 0.85% | - |
| XYZ | 18.71 | 15.71 | 67.01 | - |
| YUV | 100.91 | 192.95 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 105 | 216 | 0.77 | 0.51 | 0 | 0.15 | 219.88 | 0.68 | 0.52 |
| Hex | 31 | 69 | D8 | 4D | 33 | 0 | F | DC | 44 | 34 |
| Octal | 61 | 151 | 330 | 115 | 63 | 0 | 17 | 334 | 104 | 64 |
| Binary | 110001 | 1101001 | 11011000 | 1001101 | 110011 | 0 | 1111 | 11011100 | 1000100 | 110100 |
Color Harmonies of #3169D8
Complementary color
Monochromatic Colors of #3169D8
Black with #3169D8
Text Example
Text Example
White with #3169D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3169D8; }
p { color: rgb(49,105,216); }
H1.HeaderClassName
{
color: #3169D8;
}
.AnyTagClassName
{
color: #3169D8;
}
</style>
background-color css
<style>
a { background-color: #3169D8; }
a { background-color: rgb(49,105,216); }
div.DivClassName
{
background-color: #3169D8;
}
.BgClassName
{
background-color: #3169D8;
}
</style>
border-color css
<style>
span { border-color: #3169D8; }
span { border-color: rgb(49,105,216); }
td.TdClassName
{
border-color: #3169D8;
}
.TagClassName
{
border-color: #3169D8;
}
</style>