Shades of Royal Blue #3474FE
Tints of Royal Blue #3474FE
RGB
CMYK
RGB Variations
Color information
#3474FE (or 0x3474FE) is known color: Royal Blue. HEX triplet: 34, 74 and FE. RGB value is (52,116,254). Sum of RGB (Red+Green+Blue) = 52+116+254=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #3474FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3474FE is #CB8B01. Grayscale: #6F6F6F. Windows color (decimal): -13339394 or 16675892. OLE color: 16675892.
HSL color Cylindrical-coordinate representation of color #3474FE: hue angle of 220.99º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3474FE is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 116 | 254 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.00 |
| HSL | 220.99º | 0.99% | 0.6% | - |
| HSV(B) | 220.99º | 0.8% | 1% | - |
| XYZ | 25.55 | 20.38 | 96.35 | - |
| YUV | 112.6 | 207.8 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 254 | 0.80 | 0.54 | 0 | 0.00 | 220.99 | 0.99 | 0.6 |
| Hex | 34 | 74 | FE | 50 | 36 | 0 | 0 | DD | 63 | 3C |
| Octal | 64 | 164 | 376 | 120 | 66 | 0 | 0 | 335 | 143 | 74 |
| Binary | 110100 | 1110100 | 11111110 | 1010000 | 110110 | 0 | 0 | 11011101 | 1100011 | 111100 |
Color Harmonies of #3474FE
Complementary color
Monochromatic Colors of #3474FE
Black with #3474FE
Text Example
Text Example
White with #3474FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3474FE; }
p { color: rgb(52,116,254); }
H1.HeaderClassName
{
color: #3474FE;
}
.AnyTagClassName
{
color: #3474FE;
}
</style>
background-color css
<style>
a { background-color: #3474FE; }
a { background-color: rgb(52,116,254); }
div.DivClassName
{
background-color: #3474FE;
}
.BgClassName
{
background-color: #3474FE;
}
</style>
border-color css
<style>
span { border-color: #3474FE; }
span { border-color: rgb(52,116,254); }
td.TdClassName
{
border-color: #3474FE;
}
.TagClassName
{
border-color: #3474FE;
}
</style>