Shades of Royal Blue #3261DB
Tints of Royal Blue #3261DB
RGB
CMYK
RGB Variations
Color information
#3261DB (or 0x3261DB) is known color: Royal Blue. HEX triplet: 32, 61 and DB. RGB value is (50,97,219). Sum of RGB (Red+Green+Blue) = 50+97+219=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #3261DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3261DB is #CD9E24. Grayscale: #606060. Windows color (decimal): -13475365 or 14377266. OLE color: 14377266.
HSL color Cylindrical-coordinate representation of color #3261DB: hue angle of 223.31º 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 #3261DB is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 97 | 219 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.14 |
| HSL | 223.31º | 0.7% | 0.53% | - |
| HSV(B) | 223.31º | 0.77% | 0.86% | - |
| XYZ | 18.38 | 14.34 | 68.82 | - |
| YUV | 96.86 | 196.93 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 219 | 0.77 | 0.56 | 0 | 0.14 | 223.31 | 0.7 | 0.53 |
| Hex | 32 | 61 | DB | 4D | 38 | 0 | E | DF | 46 | 35 |
| Octal | 62 | 141 | 333 | 115 | 70 | 0 | 16 | 337 | 106 | 65 |
| Binary | 110010 | 1100001 | 11011011 | 1001101 | 111000 | 0 | 1110 | 11011111 | 1000110 | 110101 |
Color Harmonies of #3261DB
Complementary color
Monochromatic Colors of #3261DB
Black with #3261DB
Text Example
Text Example
White with #3261DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3261DB; }
p { color: rgb(50,97,219); }
H1.HeaderClassName
{
color: #3261DB;
}
.AnyTagClassName
{
color: #3261DB;
}
</style>
background-color css
<style>
a { background-color: #3261DB; }
a { background-color: rgb(50,97,219); }
div.DivClassName
{
background-color: #3261DB;
}
.BgClassName
{
background-color: #3261DB;
}
</style>
border-color css
<style>
span { border-color: #3261DB; }
span { border-color: rgb(50,97,219); }
td.TdClassName
{
border-color: #3261DB;
}
.TagClassName
{
border-color: #3261DB;
}
</style>