Shades of Royal Blue #3169CE
Tints of Royal Blue #3169CE
RGB
CMYK
RGB Variations
Color information
#3169CE (or 0x3169CE) is known color: Royal Blue. HEX triplet: 31, 69 and CE. RGB value is (49,105,206). Sum of RGB (Red+Green+Blue) = 49+105+206=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #3169CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3169CE is #CE9631. Grayscale: #636363. Windows color (decimal): -13538866 or 13527345. OLE color: 13527345.
HSL color Cylindrical-coordinate representation of color #3169CE: hue angle of 218.6º 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 #3169CE is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 105 | 206 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.19 |
| HSL | 218.6º | 0.62% | 0.5% | - |
| HSV(B) | 218.6º | 0.76% | 0.81% | - |
| XYZ | 17.46 | 15.21 | 60.41 | - |
| YUV | 99.77 | 187.95 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 105 | 206 | 0.76 | 0.49 | 0 | 0.19 | 218.6 | 0.62 | 0.5 |
| Hex | 31 | 69 | CE | 4C | 31 | 0 | 13 | DB | 3E | 32 |
| Octal | 61 | 151 | 316 | 114 | 61 | 0 | 23 | 333 | 76 | 62 |
| Binary | 110001 | 1101001 | 11001110 | 1001100 | 110001 | 0 | 10011 | 11011011 | 111110 | 110010 |
Color Harmonies of #3169CE
Complementary color
Monochromatic Colors of #3169CE
Black with #3169CE
Text Example
Text Example
White with #3169CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3169CE; }
p { color: rgb(49,105,206); }
H1.HeaderClassName
{
color: #3169CE;
}
.AnyTagClassName
{
color: #3169CE;
}
</style>
background-color css
<style>
a { background-color: #3169CE; }
a { background-color: rgb(49,105,206); }
div.DivClassName
{
background-color: #3169CE;
}
.BgClassName
{
background-color: #3169CE;
}
</style>
border-color css
<style>
span { border-color: #3169CE; }
span { border-color: rgb(49,105,206); }
td.TdClassName
{
border-color: #3169CE;
}
.TagClassName
{
border-color: #3169CE;
}
</style>