Shades of Royal Blue #3473D7
Tints of Royal Blue #3473D7
RGB
CMYK
RGB Variations
Color information
#3473D7 (or 0x3473D7) is known color: Royal Blue. HEX triplet: 34, 73 and D7. RGB value is (52,115,215). Sum of RGB (Red+Green+Blue) = 52+115+215=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #3473D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3473D7 is #CB8C28. Grayscale: #6B6B6B. Windows color (decimal): -13339689 or 14119732. OLE color: 14119732.
HSL color Cylindrical-coordinate representation of color #3473D7: hue angle of 216.81º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3473D7 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 115 | 215 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.16 |
| HSL | 216.81º | 0.67% | 0.52% | - |
| HSV(B) | 216.81º | 0.76% | 0.84% | - |
| XYZ | 19.81 | 17.9 | 66.7 | - |
| YUV | 107.56 | 188.63 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 215 | 0.76 | 0.47 | 0 | 0.16 | 216.81 | 0.67 | 0.52 |
| Hex | 34 | 73 | D7 | 4C | 2F | 0 | 10 | D9 | 43 | 34 |
| Octal | 64 | 163 | 327 | 114 | 57 | 0 | 20 | 331 | 103 | 64 |
| Binary | 110100 | 1110011 | 11010111 | 1001100 | 101111 | 0 | 10000 | 11011001 | 1000011 | 110100 |
Color Harmonies of #3473D7
Complementary color
Monochromatic Colors of #3473D7
Black with #3473D7
Text Example
Text Example
White with #3473D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3473D7; }
p { color: rgb(52,115,215); }
H1.HeaderClassName
{
color: #3473D7;
}
.AnyTagClassName
{
color: #3473D7;
}
</style>
background-color css
<style>
a { background-color: #3473D7; }
a { background-color: rgb(52,115,215); }
div.DivClassName
{
background-color: #3473D7;
}
.BgClassName
{
background-color: #3473D7;
}
</style>
border-color css
<style>
span { border-color: #3473D7; }
span { border-color: rgb(52,115,215); }
td.TdClassName
{
border-color: #3473D7;
}
.TagClassName
{
border-color: #3473D7;
}
</style>