Shades of Royal Blue #3164DB
Tints of Royal Blue #3164DB
RGB
CMYK
RGB Variations
Color information
#3164DB (or 0x3164DB) is known color: Royal Blue. HEX triplet: 31, 64 and DB. RGB value is (49,100,219). Sum of RGB (Red+Green+Blue) = 49+100+219=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #3164DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3164DB is #CE9B24. Grayscale: #616161. Windows color (decimal): -13540133 or 14378033. OLE color: 14378033.
HSL color Cylindrical-coordinate representation of color #3164DB: hue angle of 222º 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 #3164DB is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 100 | 219 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.14 |
| HSL | 222º | 0.7% | 0.53% | - |
| HSV(B) | 222º | 0.78% | 0.86% | - |
| XYZ | 18.61 | 14.88 | 68.91 | - |
| YUV | 98.32 | 196.1 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 219 | 0.78 | 0.54 | 0 | 0.14 | 222 | 0.7 | 0.53 |
| Hex | 31 | 64 | DB | 4E | 36 | 0 | E | DE | 46 | 35 |
| Octal | 61 | 144 | 333 | 116 | 66 | 0 | 16 | 336 | 106 | 65 |
| Binary | 110001 | 1100100 | 11011011 | 1001110 | 110110 | 0 | 1110 | 11011110 | 1000110 | 110101 |
Color Harmonies of #3164DB
Complementary color
Monochromatic Colors of #3164DB
Black with #3164DB
Text Example
Text Example
White with #3164DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3164DB; }
p { color: rgb(49,100,219); }
H1.HeaderClassName
{
color: #3164DB;
}
.AnyTagClassName
{
color: #3164DB;
}
</style>
background-color css
<style>
a { background-color: #3164DB; }
a { background-color: rgb(49,100,219); }
div.DivClassName
{
background-color: #3164DB;
}
.BgClassName
{
background-color: #3164DB;
}
</style>
border-color css
<style>
span { border-color: #3164DB; }
span { border-color: rgb(49,100,219); }
td.TdClassName
{
border-color: #3164DB;
}
.TagClassName
{
border-color: #3164DB;
}
</style>