Shades of Royal Blue #3473FF
Tints of Royal Blue #3473FF
RGB
CMYK
RGB Variations
Color information
#3473FF (or 0x3473FF) is known color: Royal Blue. HEX triplet: 34, 73 and FF. RGB value is (52,115,255). Sum of RGB (Red+Green+Blue) = 52+115+255=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #3473FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3473FF is #CB8C00. Grayscale: #6F6F6F. Windows color (decimal): -13339649 or 16741172. OLE color: 16741172.
HSL color Cylindrical-coordinate representation of color #3473FF: hue angle of 221.38º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3473FF is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 115 | 255 | - |
| CMYK | 0.80 | 0.55 | 0 | 0 |
| HSL | 221.38º | 1% | 0.6% | - |
| HSV(B) | 221.38º | 0.8% | 1% | - |
| XYZ | 25.6 | 20.21 | 97.16 | - |
| YUV | 112.12 | 208.63 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 255 | 0.80 | 0.55 | 0 | 0 | 221.38 | 1 | 0.6 |
| Hex | 34 | 73 | FF | 50 | 37 | 0 | 0 | DD | 64 | 3C |
| Octal | 64 | 163 | 377 | 120 | 67 | 0 | 0 | 335 | 144 | 74 |
| Binary | 110100 | 1110011 | 11111111 | 1010000 | 110111 | 0 | 0 | 11011101 | 1100100 | 111100 |
Color Harmonies of #3473FF
Complementary color
Monochromatic Colors of #3473FF
Black with #3473FF
Text Example
Text Example
White with #3473FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3473FF; }
p { color: rgb(52,115,255); }
H1.HeaderClassName
{
color: #3473FF;
}
.AnyTagClassName
{
color: #3473FF;
}
</style>
background-color css
<style>
a { background-color: #3473FF; }
a { background-color: rgb(52,115,255); }
div.DivClassName
{
background-color: #3473FF;
}
.BgClassName
{
background-color: #3473FF;
}
</style>
border-color css
<style>
span { border-color: #3473FF; }
span { border-color: rgb(52,115,255); }
td.TdClassName
{
border-color: #3473FF;
}
.TagClassName
{
border-color: #3473FF;
}
</style>