Shades of Royal Blue #3468D9
Tints of Royal Blue #3468D9
RGB
CMYK
RGB Variations
Color information
#3468D9 (or 0x3468D9) is known color: Royal Blue. HEX triplet: 34, 68 and D9. RGB value is (52,104,217). Sum of RGB (Red+Green+Blue) = 52+104+217=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 217 (85.16% from 255 or 58.18% from 373); Max value from RGB is 217 - color contains mainly: blue. Hex color #3468D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3468D9 is #CB9726. Grayscale: #646464. Windows color (decimal): -13342503 or 14247988. OLE color: 14247988.
HSL color Cylindrical-coordinate representation of color #3468D9: hue angle of 221.09º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3468D9 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 104 | 217 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.15 |
| HSL | 221.09º | 0.68% | 0.53% | - |
| HSV(B) | 221.09º | 0.76% | 0.85% | - |
| XYZ | 18.89 | 15.64 | 67.67 | - |
| YUV | 101.33 | 193.27 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 217 | 0.76 | 0.52 | 0 | 0.15 | 221.09 | 0.68 | 0.53 |
| Hex | 34 | 68 | D9 | 4C | 34 | 0 | F | DD | 44 | 35 |
| Octal | 64 | 150 | 331 | 114 | 64 | 0 | 17 | 335 | 104 | 65 |
| Binary | 110100 | 1101000 | 11011001 | 1001100 | 110100 | 0 | 1111 | 11011101 | 1000100 | 110101 |
Color Harmonies of #3468D9
Complementary color
Monochromatic Colors of #3468D9
Black with #3468D9
Text Example
Text Example
White with #3468D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3468D9; }
p { color: rgb(52,104,217); }
H1.HeaderClassName
{
color: #3468D9;
}
.AnyTagClassName
{
color: #3468D9;
}
</style>
background-color css
<style>
a { background-color: #3468D9; }
a { background-color: rgb(52,104,217); }
div.DivClassName
{
background-color: #3468D9;
}
.BgClassName
{
background-color: #3468D9;
}
</style>
border-color css
<style>
span { border-color: #3468D9; }
span { border-color: rgb(52,104,217); }
td.TdClassName
{
border-color: #3468D9;
}
.TagClassName
{
border-color: #3468D9;
}
</style>