Shades of Royal Blue #3276DB
Tints of Royal Blue #3276DB
RGB
CMYK
RGB Variations
Color information
#3276DB (or 0x3276DB) is known color: Royal Blue. HEX triplet: 32, 76 and DB. RGB value is (50,118,219). Sum of RGB (Red+Green+Blue) = 50+118+219=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #3276DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3276DB is #CD8924. Grayscale: #6C6C6C. Windows color (decimal): -13469989 or 14382642. OLE color: 14382642.
HSL color Cylindrical-coordinate representation of color #3276DB: hue angle of 215.86º 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 #3276DB is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 118 | 219 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.14 |
| HSL | 215.86º | 0.7% | 0.53% | - |
| HSV(B) | 215.86º | 0.77% | 0.86% | - |
| XYZ | 20.58 | 18.75 | 69.55 | - |
| YUV | 109.18 | 189.97 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 219 | 0.77 | 0.46 | 0 | 0.14 | 215.86 | 0.7 | 0.53 |
| Hex | 32 | 76 | DB | 4D | 2E | 0 | E | D8 | 46 | 35 |
| Octal | 62 | 166 | 333 | 115 | 56 | 0 | 16 | 330 | 106 | 65 |
| Binary | 110010 | 1110110 | 11011011 | 1001101 | 101110 | 0 | 1110 | 11011000 | 1000110 | 110101 |
Color Harmonies of #3276DB
Complementary color
Monochromatic Colors of #3276DB
Black with #3276DB
Text Example
Text Example
White with #3276DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3276DB; }
p { color: rgb(50,118,219); }
H1.HeaderClassName
{
color: #3276DB;
}
.AnyTagClassName
{
color: #3276DB;
}
</style>
background-color css
<style>
a { background-color: #3276DB; }
a { background-color: rgb(50,118,219); }
div.DivClassName
{
background-color: #3276DB;
}
.BgClassName
{
background-color: #3276DB;
}
</style>
border-color css
<style>
span { border-color: #3276DB; }
span { border-color: rgb(50,118,219); }
td.TdClassName
{
border-color: #3276DB;
}
.TagClassName
{
border-color: #3276DB;
}
</style>