Shades of Royal Blue #3473FE
Tints of Royal Blue #3473FE
RGB
CMYK
RGB Variations
Color information
#3473FE (or 0x3473FE) is known color: Royal Blue. HEX triplet: 34, 73 and FE. RGB value is (52,115,254). Sum of RGB (Red+Green+Blue) = 52+115+254=421 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.35% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #3473FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3473FE is #CB8C01. Grayscale: #6F6F6F. Windows color (decimal): -13339650 or 16675636. OLE color: 16675636.
HSL color Cylindrical-coordinate representation of color #3473FE: hue angle of 221.29º 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 #3473FE is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 115 | 254 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.00 |
| HSL | 221.29º | 0.99% | 0.6% | - |
| HSV(B) | 221.29º | 0.8% | 1% | - |
| XYZ | 25.44 | 20.15 | 96.31 | - |
| YUV | 112.01 | 208.13 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 254 | 0.80 | 0.55 | 0 | 0.00 | 221.29 | 0.99 | 0.6 |
| Hex | 34 | 73 | FE | 50 | 37 | 0 | 0 | DD | 63 | 3C |
| Octal | 64 | 163 | 376 | 120 | 67 | 0 | 0 | 335 | 143 | 74 |
| Binary | 110100 | 1110011 | 11111110 | 1010000 | 110111 | 0 | 0 | 11011101 | 1100011 | 111100 |
Color Harmonies of #3473FE
Complementary color
Monochromatic Colors of #3473FE
Black with #3473FE
Text Example
Text Example
White with #3473FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3473FE; }
p { color: rgb(52,115,254); }
H1.HeaderClassName
{
color: #3473FE;
}
.AnyTagClassName
{
color: #3473FE;
}
</style>
background-color css
<style>
a { background-color: #3473FE; }
a { background-color: rgb(52,115,254); }
div.DivClassName
{
background-color: #3473FE;
}
.BgClassName
{
background-color: #3473FE;
}
</style>
border-color css
<style>
span { border-color: #3473FE; }
span { border-color: rgb(52,115,254); }
td.TdClassName
{
border-color: #3473FE;
}
.TagClassName
{
border-color: #3473FE;
}
</style>