Shades of Royal Blue #3280DD
Tints of Royal Blue #3280DD
RGB
CMYK
RGB Variations
Color information
#3280DD (or 0x3280DD) is known color: Royal Blue. HEX triplet: 32, 80 and DD. RGB value is (50,128,221). Sum of RGB (Red+Green+Blue) = 50+128+221=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #3280DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3280DD is #CD7F22. Grayscale: #727272. Windows color (decimal): -13467427 or 14516274. OLE color: 14516274.
HSL color Cylindrical-coordinate representation of color #3280DD: hue angle of 212.63º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3280DD is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 128 | 221 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.13 |
| HSL | 212.63º | 0.72% | 0.53% | - |
| HSV(B) | 212.63º | 0.77% | 0.87% | - |
| XYZ | 22.09 | 21.34 | 71.36 | - |
| YUV | 115.28 | 187.66 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 221 | 0.77 | 0.42 | 0 | 0.13 | 212.63 | 0.72 | 0.53 |
| Hex | 32 | 80 | DD | 4D | 2A | 0 | D | D5 | 48 | 35 |
| Octal | 62 | 200 | 335 | 115 | 52 | 0 | 15 | 325 | 110 | 65 |
| Binary | 110010 | 10000000 | 11011101 | 1001101 | 101010 | 0 | 1101 | 11010101 | 1001000 | 110101 |
Color Harmonies of #3280DD
Complementary color
Monochromatic Colors of #3280DD
Black with #3280DD
Text Example
Text Example
White with #3280DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3280DD; }
p { color: rgb(50,128,221); }
H1.HeaderClassName
{
color: #3280DD;
}
.AnyTagClassName
{
color: #3280DD;
}
</style>
background-color css
<style>
a { background-color: #3280DD; }
a { background-color: rgb(50,128,221); }
div.DivClassName
{
background-color: #3280DD;
}
.BgClassName
{
background-color: #3280DD;
}
</style>
border-color css
<style>
span { border-color: #3280DD; }
span { border-color: rgb(50,128,221); }
td.TdClassName
{
border-color: #3280DD;
}
.TagClassName
{
border-color: #3280DD;
}
</style>