Shades of Royal Blue #3271F4
Tints of Royal Blue #3271F4
RGB
CMYK
RGB Variations
Color information
#3271F4 (or 0x3271F4) is known color: Royal Blue. HEX triplet: 32, 71 and F4. RGB value is (50,113,244). Sum of RGB (Red+Green+Blue) = 50+113+244=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 244 (95.70% from 255 or 59.95% from 407); Max value from RGB is 244 - color contains mainly: blue. Hex color #3271F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3271F4 is #CD8E0B. Grayscale: #6C6C6C. Windows color (decimal): -13471244 or 16019762. OLE color: 16019762.
HSL color Cylindrical-coordinate representation of color #3271F4: hue angle of 220.52º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3271F4 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 113 | 244 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.04 |
| HSL | 220.52º | 0.9% | 0.58% | - |
| HSV(B) | 220.52º | 0.8% | 0.96% | - |
| XYZ | 23.55 | 19.02 | 88.02 | - |
| YUV | 109.1 | 204.13 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 244 | 0.80 | 0.54 | 0 | 0.04 | 220.52 | 0.9 | 0.58 |
| Hex | 32 | 71 | F4 | 50 | 36 | 0 | 4 | DD | 5A | 3A |
| Octal | 62 | 161 | 364 | 120 | 66 | 0 | 4 | 335 | 132 | 72 |
| Binary | 110010 | 1110001 | 11110100 | 1010000 | 110110 | 0 | 100 | 11011101 | 1011010 | 111010 |
Color Harmonies of #3271F4
Complementary color
Monochromatic Colors of #3271F4
Black with #3271F4
Text Example
Text Example
White with #3271F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3271F4; }
p { color: rgb(50,113,244); }
H1.HeaderClassName
{
color: #3271F4;
}
.AnyTagClassName
{
color: #3271F4;
}
</style>
background-color css
<style>
a { background-color: #3271F4; }
a { background-color: rgb(50,113,244); }
div.DivClassName
{
background-color: #3271F4;
}
.BgClassName
{
background-color: #3271F4;
}
</style>
border-color css
<style>
span { border-color: #3271F4; }
span { border-color: rgb(50,113,244); }
td.TdClassName
{
border-color: #3271F4;
}
.TagClassName
{
border-color: #3271F4;
}
</style>