Shades of Royal Blue #3186DD
Tints of Royal Blue #3186DD
RGB
CMYK
RGB Variations
Color information
#3186DD (or 0x3186DD) is known color: Royal Blue. HEX triplet: 31, 86 and DD. RGB value is (49,134,221). Sum of RGB (Red+Green+Blue) = 49+134+221=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #3186DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3186DD is #CE7922. Grayscale: #767676. Windows color (decimal): -13531427 or 14517809. OLE color: 14517809.
HSL color Cylindrical-coordinate representation of color #3186DD: hue angle of 210.35º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3186DD is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 134 | 221 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.13 |
| HSL | 210.35º | 0.72% | 0.53% | - |
| HSV(B) | 210.35º | 0.78% | 0.87% | - |
| XYZ | 22.84 | 22.92 | 71.63 | - |
| YUV | 118.5 | 185.84 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 134 | 221 | 0.78 | 0.39 | 0 | 0.13 | 210.35 | 0.72 | 0.53 |
| Hex | 31 | 86 | DD | 4E | 27 | 0 | D | D2 | 48 | 35 |
| Octal | 61 | 206 | 335 | 116 | 47 | 0 | 15 | 322 | 110 | 65 |
| Binary | 110001 | 10000110 | 11011101 | 1001110 | 100111 | 0 | 1101 | 11010010 | 1001000 | 110101 |
Color Harmonies of #3186DD
Complementary color
Monochromatic Colors of #3186DD
Black with #3186DD
Text Example
Text Example
White with #3186DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3186DD; }
p { color: rgb(49,134,221); }
H1.HeaderClassName
{
color: #3186DD;
}
.AnyTagClassName
{
color: #3186DD;
}
</style>
background-color css
<style>
a { background-color: #3186DD; }
a { background-color: rgb(49,134,221); }
div.DivClassName
{
background-color: #3186DD;
}
.BgClassName
{
background-color: #3186DD;
}
</style>
border-color css
<style>
span { border-color: #3186DD; }
span { border-color: rgb(49,134,221); }
td.TdClassName
{
border-color: #3186DD;
}
.TagClassName
{
border-color: #3186DD;
}
</style>