Shades of Royal Blue #3271FB
Tints of Royal Blue #3271FB
RGB
CMYK
RGB Variations
Color information
#3271FB (or 0x3271FB) is known color: Royal Blue. HEX triplet: 32, 71 and FB. RGB value is (50,113,251). Sum of RGB (Red+Green+Blue) = 50+113+251=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #3271FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3271FB is #CD8E04. Grayscale: #6D6D6D. Windows color (decimal): -13471237 or 16478514. OLE color: 16478514.
HSL color Cylindrical-coordinate representation of color #3271FB: hue angle of 221.19º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3271FB is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 113 | 251 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.02 |
| HSL | 221.19º | 0.96% | 0.59% | - |
| HSV(B) | 221.19º | 0.8% | 0.98% | - |
| XYZ | 24.63 | 19.45 | 93.72 | - |
| YUV | 109.9 | 207.63 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 251 | 0.80 | 0.55 | 0 | 0.02 | 221.19 | 0.96 | 0.59 |
| Hex | 32 | 71 | FB | 50 | 37 | 0 | 2 | DD | 60 | 3B |
| Octal | 62 | 161 | 373 | 120 | 67 | 0 | 2 | 335 | 140 | 73 |
| Binary | 110010 | 1110001 | 11111011 | 1010000 | 110111 | 0 | 10 | 11011101 | 1100000 | 111011 |
Color Harmonies of #3271FB
Complementary color
Monochromatic Colors of #3271FB
Black with #3271FB
Text Example
Text Example
White with #3271FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3271FB; }
p { color: rgb(50,113,251); }
H1.HeaderClassName
{
color: #3271FB;
}
.AnyTagClassName
{
color: #3271FB;
}
</style>
background-color css
<style>
a { background-color: #3271FB; }
a { background-color: rgb(50,113,251); }
div.DivClassName
{
background-color: #3271FB;
}
.BgClassName
{
background-color: #3271FB;
}
</style>
border-color css
<style>
span { border-color: #3271FB; }
span { border-color: rgb(50,113,251); }
td.TdClassName
{
border-color: #3271FB;
}
.TagClassName
{
border-color: #3271FB;
}
</style>