Shades of Royal Blue #3473DC
Tints of Royal Blue #3473DC
RGB
CMYK
RGB Variations
Color information
#3473DC (or 0x3473DC) is known color: Royal Blue. HEX triplet: 34, 73 and DC. RGB value is (52,115,220). Sum of RGB (Red+Green+Blue) = 52+115+220=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #3473DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3473DC is #CB8C23. Grayscale: #6B6B6B. Windows color (decimal): -13339684 or 14447412. OLE color: 14447412.
HSL color Cylindrical-coordinate representation of color #3473DC: hue angle of 217.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3473DC is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 115 | 220 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.14 |
| HSL | 217.5º | 0.71% | 0.53% | - |
| HSV(B) | 217.5º | 0.76% | 0.86% | - |
| XYZ | 20.47 | 18.16 | 70.14 | - |
| YUV | 108.13 | 191.13 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 220 | 0.76 | 0.48 | 0 | 0.14 | 217.5 | 0.71 | 0.53 |
| Hex | 34 | 73 | DC | 4C | 30 | 0 | E | DA | 47 | 35 |
| Octal | 64 | 163 | 334 | 114 | 60 | 0 | 16 | 332 | 107 | 65 |
| Binary | 110100 | 1110011 | 11011100 | 1001100 | 110000 | 0 | 1110 | 11011010 | 1000111 | 110101 |
Color Harmonies of #3473DC
Complementary color
Monochromatic Colors of #3473DC
Black with #3473DC
Text Example
Text Example
White with #3473DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3473DC; }
p { color: rgb(52,115,220); }
H1.HeaderClassName
{
color: #3473DC;
}
.AnyTagClassName
{
color: #3473DC;
}
</style>
background-color css
<style>
a { background-color: #3473DC; }
a { background-color: rgb(52,115,220); }
div.DivClassName
{
background-color: #3473DC;
}
.BgClassName
{
background-color: #3473DC;
}
</style>
border-color css
<style>
span { border-color: #3473DC; }
span { border-color: rgb(52,115,220); }
td.TdClassName
{
border-color: #3473DC;
}
.TagClassName
{
border-color: #3473DC;
}
</style>