Shades of Royal Blue #3280E9
Tints of Royal Blue #3280E9
RGB
CMYK
RGB Variations
Color information
#3280E9 (or 0x3280E9) is known color: Royal Blue. HEX triplet: 32, 80 and E9. RGB value is (50,128,233). Sum of RGB (Red+Green+Blue) = 50+128+233=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 233 (91.41% from 255 or 56.69% from 411); Max value from RGB is 233 - color contains mainly: blue. Hex color #3280E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3280E9 is #CD7F16. Grayscale: #747474. Windows color (decimal): -13467415 or 15302706. OLE color: 15302706.
HSL color Cylindrical-coordinate representation of color #3280E9: hue angle of 214.43º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3280E9 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 128 | 233 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.09 |
| HSL | 214.43º | 0.81% | 0.55% | - |
| HSV(B) | 214.43º | 0.79% | 0.91% | - |
| XYZ | 23.74 | 22 | 80.09 | - |
| YUV | 116.65 | 193.66 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 233 | 0.79 | 0.45 | 0 | 0.09 | 214.43 | 0.81 | 0.55 |
| Hex | 32 | 80 | E9 | 4F | 2D | 0 | 9 | D6 | 51 | 37 |
| Octal | 62 | 200 | 351 | 117 | 55 | 0 | 11 | 326 | 121 | 67 |
| Binary | 110010 | 10000000 | 11101001 | 1001111 | 101101 | 0 | 1001 | 11010110 | 1010001 | 110111 |
Color Harmonies of #3280E9
Complementary color
Monochromatic Colors of #3280E9
Black with #3280E9
Text Example
Text Example
White with #3280E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3280E9; }
p { color: rgb(50,128,233); }
H1.HeaderClassName
{
color: #3280E9;
}
.AnyTagClassName
{
color: #3280E9;
}
</style>
background-color css
<style>
a { background-color: #3280E9; }
a { background-color: rgb(50,128,233); }
div.DivClassName
{
background-color: #3280E9;
}
.BgClassName
{
background-color: #3280E9;
}
</style>
border-color css
<style>
span { border-color: #3280E9; }
span { border-color: rgb(50,128,233); }
td.TdClassName
{
border-color: #3280E9;
}
.TagClassName
{
border-color: #3280E9;
}
</style>