Shades of Royal Blue #3184DB
Tints of Royal Blue #3184DB
RGB
CMYK
RGB Variations
Color information
#3184DB (or 0x3184DB) is known color: Royal Blue. HEX triplet: 31, 84 and DB. RGB value is (49,132,219). Sum of RGB (Red+Green+Blue) = 49+132+219=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #3184DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184DB is #CE7B24. Grayscale: #747474. Windows color (decimal): -13531941 or 14386225. OLE color: 14386225.
HSL color Cylindrical-coordinate representation of color #3184DB: hue angle of 210.71º degrees, saturation: 0.7, 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 #3184DB is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 132 | 219 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.14 |
| HSL | 210.71º | 0.7% | 0.53% | - |
| HSV(B) | 210.71º | 0.78% | 0.86% | - |
| XYZ | 22.3 | 22.27 | 70.14 | - |
| YUV | 117.1 | 185.5 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 219 | 0.78 | 0.40 | 0 | 0.14 | 210.71 | 0.7 | 0.53 |
| Hex | 31 | 84 | DB | 4E | 28 | 0 | E | D3 | 46 | 35 |
| Octal | 61 | 204 | 333 | 116 | 50 | 0 | 16 | 323 | 106 | 65 |
| Binary | 110001 | 10000100 | 11011011 | 1001110 | 101000 | 0 | 1110 | 11010011 | 1000110 | 110101 |
Color Harmonies of #3184DB
Complementary color
Monochromatic Colors of #3184DB
Black with #3184DB
Text Example
Text Example
White with #3184DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3184DB; }
p { color: rgb(49,132,219); }
H1.HeaderClassName
{
color: #3184DB;
}
.AnyTagClassName
{
color: #3184DB;
}
</style>
background-color css
<style>
a { background-color: #3184DB; }
a { background-color: rgb(49,132,219); }
div.DivClassName
{
background-color: #3184DB;
}
.BgClassName
{
background-color: #3184DB;
}
</style>
border-color css
<style>
span { border-color: #3184DB; }
span { border-color: rgb(49,132,219); }
td.TdClassName
{
border-color: #3184DB;
}
.TagClassName
{
border-color: #3184DB;
}
</style>