Shades of Royal Blue #3379DB
Tints of Royal Blue #3379DB
RGB
CMYK
RGB Variations
Color information
#3379DB (or 0x3379DB) is known color: Royal Blue. HEX triplet: 33, 79 and DB. RGB value is (51,121,219). Sum of RGB (Red+Green+Blue) = 51+121+219=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #3379DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379DB is #CC8624. Grayscale: #6E6E6E. Windows color (decimal): -13403685 or 14383411. OLE color: 14383411.
HSL color Cylindrical-coordinate representation of color #3379DB: hue angle of 215º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3379DB is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 121 | 219 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.14 |
| HSL | 215º | 0.7% | 0.53% | - |
| HSV(B) | 215º | 0.77% | 0.86% | - |
| XYZ | 20.99 | 19.49 | 69.67 | - |
| YUV | 111.24 | 188.81 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 219 | 0.77 | 0.45 | 0 | 0.14 | 215 | 0.7 | 0.53 |
| Hex | 33 | 79 | DB | 4D | 2D | 0 | E | D7 | 46 | 35 |
| Octal | 63 | 171 | 333 | 115 | 55 | 0 | 16 | 327 | 106 | 65 |
| Binary | 110011 | 1111001 | 11011011 | 1001101 | 101101 | 0 | 1110 | 11010111 | 1000110 | 110101 |
Color Harmonies of #3379DB
Complementary color
Monochromatic Colors of #3379DB
Black with #3379DB
Text Example
Text Example
White with #3379DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3379DB; }
p { color: rgb(51,121,219); }
H1.HeaderClassName
{
color: #3379DB;
}
.AnyTagClassName
{
color: #3379DB;
}
</style>
background-color css
<style>
a { background-color: #3379DB; }
a { background-color: rgb(51,121,219); }
div.DivClassName
{
background-color: #3379DB;
}
.BgClassName
{
background-color: #3379DB;
}
</style>
border-color css
<style>
span { border-color: #3379DB; }
span { border-color: rgb(51,121,219); }
td.TdClassName
{
border-color: #3379DB;
}
.TagClassName
{
border-color: #3379DB;
}
</style>