Shades of Royal Blue #3471F9
Tints of Royal Blue #3471F9
RGB
CMYK
RGB Variations
Color information
#3471F9 (or 0x3471F9) is known color: Royal Blue. HEX triplet: 34, 71 and F9. RGB value is (52,113,249). Sum of RGB (Red+Green+Blue) = 52+113+249=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #3471F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3471F9 is #CB8E06. Grayscale: #6D6D6D. Windows color (decimal): -13340167 or 16347444. OLE color: 16347444.
HSL color Cylindrical-coordinate representation of color #3471F9: hue angle of 221.42º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3471F9 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 113 | 249 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.02 |
| HSL | 221.42º | 0.94% | 0.59% | - |
| HSV(B) | 221.42º | 0.79% | 0.98% | - |
| XYZ | 24.42 | 19.38 | 92.08 | - |
| YUV | 110.27 | 206.29 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 249 | 0.79 | 0.55 | 0 | 0.02 | 221.42 | 0.94 | 0.59 |
| Hex | 34 | 71 | F9 | 4F | 37 | 0 | 2 | DD | 5E | 3B |
| Octal | 64 | 161 | 371 | 117 | 67 | 0 | 2 | 335 | 136 | 73 |
| Binary | 110100 | 1110001 | 11111001 | 1001111 | 110111 | 0 | 10 | 11011101 | 1011110 | 111011 |
Color Harmonies of #3471F9
Complementary color
Monochromatic Colors of #3471F9
Black with #3471F9
Text Example
Text Example
White with #3471F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3471F9; }
p { color: rgb(52,113,249); }
H1.HeaderClassName
{
color: #3471F9;
}
.AnyTagClassName
{
color: #3471F9;
}
</style>
background-color css
<style>
a { background-color: #3471F9; }
a { background-color: rgb(52,113,249); }
div.DivClassName
{
background-color: #3471F9;
}
.BgClassName
{
background-color: #3471F9;
}
</style>
border-color css
<style>
span { border-color: #3471F9; }
span { border-color: rgb(52,113,249); }
td.TdClassName
{
border-color: #3471F9;
}
.TagClassName
{
border-color: #3471F9;
}
</style>