Shades of Royal Blue #3281E9
Tints of Royal Blue #3281E9
RGB
CMYK
RGB Variations
Color information
#3281E9 (or 0x3281E9) is known color: Royal Blue. HEX triplet: 32, 81 and E9. RGB value is (50,129,233). Sum of RGB (Red+Green+Blue) = 50+129+233=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 233 (91.41% from 255 or 56.55% from 412); Max value from RGB is 233 - color contains mainly: blue. Hex color #3281E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3281E9 is #CD7E16. Grayscale: #747474. Windows color (decimal): -13467159 or 15302962. OLE color: 15302962.
HSL color Cylindrical-coordinate representation of color #3281E9: hue angle of 214.1º 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 #3281E9 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 129 | 233 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.09 |
| HSL | 214.1º | 0.81% | 0.55% | - |
| HSV(B) | 214.1º | 0.79% | 0.91% | - |
| XYZ | 23.87 | 22.26 | 80.13 | - |
| YUV | 117.24 | 193.33 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 233 | 0.79 | 0.45 | 0 | 0.09 | 214.1 | 0.81 | 0.55 |
| Hex | 32 | 81 | E9 | 4F | 2D | 0 | 9 | D6 | 51 | 37 |
| Octal | 62 | 201 | 351 | 117 | 55 | 0 | 11 | 326 | 121 | 67 |
| Binary | 110010 | 10000001 | 11101001 | 1001111 | 101101 | 0 | 1001 | 11010110 | 1010001 | 110111 |
Color Harmonies of #3281E9
Complementary color
Monochromatic Colors of #3281E9
Black with #3281E9
Text Example
Text Example
White with #3281E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3281E9; }
p { color: rgb(50,129,233); }
H1.HeaderClassName
{
color: #3281E9;
}
.AnyTagClassName
{
color: #3281E9;
}
</style>
background-color css
<style>
a { background-color: #3281E9; }
a { background-color: rgb(50,129,233); }
div.DivClassName
{
background-color: #3281E9;
}
.BgClassName
{
background-color: #3281E9;
}
</style>
border-color css
<style>
span { border-color: #3281E9; }
span { border-color: rgb(50,129,233); }
td.TdClassName
{
border-color: #3281E9;
}
.TagClassName
{
border-color: #3281E9;
}
</style>