Shades of Royal Blue #3282DB
Tints of Royal Blue #3282DB
RGB
CMYK
RGB Variations
Color information
#3282DB (or 0x3282DB) is known color: Royal Blue. HEX triplet: 32, 82 and DB. RGB value is (50,130,219). Sum of RGB (Red+Green+Blue) = 50+130+219=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #3282DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3282DB is #CD7D24. Grayscale: #737373. Windows color (decimal): -13466917 or 14385714. OLE color: 14385714.
HSL color Cylindrical-coordinate representation of color #3282DB: hue angle of 211.6º 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 #3282DB is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 130 | 219 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.14 |
| HSL | 211.6º | 0.7% | 0.53% | - |
| HSV(B) | 211.6º | 0.77% | 0.86% | - |
| XYZ | 22.08 | 21.76 | 70.05 | - |
| YUV | 116.23 | 186 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 219 | 0.77 | 0.41 | 0 | 0.14 | 211.6 | 0.7 | 0.53 |
| Hex | 32 | 82 | DB | 4D | 29 | 0 | E | D4 | 46 | 35 |
| Octal | 62 | 202 | 333 | 115 | 51 | 0 | 16 | 324 | 106 | 65 |
| Binary | 110010 | 10000010 | 11011011 | 1001101 | 101001 | 0 | 1110 | 11010100 | 1000110 | 110101 |
Color Harmonies of #3282DB
Complementary color
Monochromatic Colors of #3282DB
Black with #3282DB
Text Example
Text Example
White with #3282DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3282DB; }
p { color: rgb(50,130,219); }
H1.HeaderClassName
{
color: #3282DB;
}
.AnyTagClassName
{
color: #3282DB;
}
</style>
background-color css
<style>
a { background-color: #3282DB; }
a { background-color: rgb(50,130,219); }
div.DivClassName
{
background-color: #3282DB;
}
.BgClassName
{
background-color: #3282DB;
}
</style>
border-color css
<style>
span { border-color: #3282DB; }
span { border-color: rgb(50,130,219); }
td.TdClassName
{
border-color: #3282DB;
}
.TagClassName
{
border-color: #3282DB;
}
</style>