Shades of Royal Blue #3471FC
Tints of Royal Blue #3471FC
RGB
CMYK
RGB Variations
Color information
#3471FC (or 0x3471FC) is known color: Royal Blue. HEX triplet: 34, 71 and FC. RGB value is (52,113,252). Sum of RGB (Red+Green+Blue) = 52+113+252=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #3471FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3471FC is #CB8E03. Grayscale: #6D6D6D. Windows color (decimal): -13340164 or 16544052. OLE color: 16544052.
HSL color Cylindrical-coordinate representation of color #3471FC: hue angle of 221.7º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3471FC is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 113 | 252 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.01 |
| HSL | 221.7º | 0.97% | 0.6% | - |
| HSV(B) | 221.7º | 0.79% | 0.99% | - |
| XYZ | 24.89 | 19.57 | 94.56 | - |
| YUV | 110.61 | 207.79 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 252 | 0.79 | 0.55 | 0 | 0.01 | 221.7 | 0.97 | 0.6 |
| Hex | 34 | 71 | FC | 4F | 37 | 0 | 1 | DE | 61 | 3C |
| Octal | 64 | 161 | 374 | 117 | 67 | 0 | 1 | 336 | 141 | 74 |
| Binary | 110100 | 1110001 | 11111100 | 1001111 | 110111 | 0 | 1 | 11011110 | 1100001 | 111100 |
Color Harmonies of #3471FC
Complementary color
Monochromatic Colors of #3471FC
Black with #3471FC
Text Example
Text Example
White with #3471FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3471FC; }
p { color: rgb(52,113,252); }
H1.HeaderClassName
{
color: #3471FC;
}
.AnyTagClassName
{
color: #3471FC;
}
</style>
background-color css
<style>
a { background-color: #3471FC; }
a { background-color: rgb(52,113,252); }
div.DivClassName
{
background-color: #3471FC;
}
.BgClassName
{
background-color: #3471FC;
}
</style>
border-color css
<style>
span { border-color: #3471FC; }
span { border-color: rgb(52,113,252); }
td.TdClassName
{
border-color: #3471FC;
}
.TagClassName
{
border-color: #3471FC;
}
</style>