Shades of Royal Blue #3184DC
Tints of Royal Blue #3184DC
RGB
CMYK
RGB Variations
Color information
#3184DC (or 0x3184DC) is known color: Royal Blue. HEX triplet: 31, 84 and DC. RGB value is (49,132,220). Sum of RGB (Red+Green+Blue) = 49+132+220=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #3184DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184DC is #CE7B23. Grayscale: #747474. Windows color (decimal): -13531940 or 14451761. OLE color: 14451761.
HSL color Cylindrical-coordinate representation of color #3184DC: hue angle of 210.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3184DC is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 132 | 220 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.14 |
| HSL | 210.88º | 0.71% | 0.53% | - |
| HSV(B) | 210.88º | 0.78% | 0.86% | - |
| XYZ | 22.44 | 22.32 | 70.84 | - |
| YUV | 117.22 | 186 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 220 | 0.78 | 0.40 | 0 | 0.14 | 210.88 | 0.71 | 0.53 |
| Hex | 31 | 84 | DC | 4E | 28 | 0 | E | D3 | 47 | 35 |
| Octal | 61 | 204 | 334 | 116 | 50 | 0 | 16 | 323 | 107 | 65 |
| Binary | 110001 | 10000100 | 11011100 | 1001110 | 101000 | 0 | 1110 | 11010011 | 1000111 | 110101 |
Color Harmonies of #3184DC
Complementary color
Monochromatic Colors of #3184DC
Black with #3184DC
Text Example
Text Example
White with #3184DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3184DC; }
p { color: rgb(49,132,220); }
H1.HeaderClassName
{
color: #3184DC;
}
.AnyTagClassName
{
color: #3184DC;
}
</style>
background-color css
<style>
a { background-color: #3184DC; }
a { background-color: rgb(49,132,220); }
div.DivClassName
{
background-color: #3184DC;
}
.BgClassName
{
background-color: #3184DC;
}
</style>
border-color css
<style>
span { border-color: #3184DC; }
span { border-color: rgb(49,132,220); }
td.TdClassName
{
border-color: #3184DC;
}
.TagClassName
{
border-color: #3184DC;
}
</style>