Shades of Royal Blue #3471F3
Tints of Royal Blue #3471F3
RGB
CMYK
RGB Variations
Color information
#3471F3 (or 0x3471F3) is known color: Royal Blue. HEX triplet: 34, 71 and F3. RGB value is (52,113,243). Sum of RGB (Red+Green+Blue) = 52+113+243=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 243 (95.31% from 255 or 59.56% from 408); Max value from RGB is 243 - color contains mainly: blue. Hex color #3471F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3471F3 is #CB8E0C. Grayscale: #6D6D6D. Windows color (decimal): -13340173 or 15954228. OLE color: 15954228.
HSL color Cylindrical-coordinate representation of color #3471F3: hue angle of 220.84º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3471F3 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 113 | 243 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.05 |
| HSL | 220.84º | 0.89% | 0.58% | - |
| HSV(B) | 220.84º | 0.79% | 0.95% | - |
| XYZ | 23.5 | 19.01 | 87.23 | - |
| YUV | 109.58 | 203.29 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 243 | 0.79 | 0.53 | 0 | 0.05 | 220.84 | 0.89 | 0.58 |
| Hex | 34 | 71 | F3 | 4F | 35 | 0 | 5 | DD | 59 | 3A |
| Octal | 64 | 161 | 363 | 117 | 65 | 0 | 5 | 335 | 131 | 72 |
| Binary | 110100 | 1110001 | 11110011 | 1001111 | 110101 | 0 | 101 | 11011101 | 1011001 | 111010 |
Color Harmonies of #3471F3
Complementary color
Monochromatic Colors of #3471F3
Black with #3471F3
Text Example
Text Example
White with #3471F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3471F3; }
p { color: rgb(52,113,243); }
H1.HeaderClassName
{
color: #3471F3;
}
.AnyTagClassName
{
color: #3471F3;
}
</style>
background-color css
<style>
a { background-color: #3471F3; }
a { background-color: rgb(52,113,243); }
div.DivClassName
{
background-color: #3471F3;
}
.BgClassName
{
background-color: #3471F3;
}
</style>
border-color css
<style>
span { border-color: #3471F3; }
span { border-color: rgb(52,113,243); }
td.TdClassName
{
border-color: #3471F3;
}
.TagClassName
{
border-color: #3471F3;
}
</style>