Shades of Royal Blue #3465F9
Tints of Royal Blue #3465F9
RGB
CMYK
RGB Variations
Color information
#3465F9 (or 0x3465F9) is known color: Royal Blue. HEX triplet: 34, 65 and F9. RGB value is (52,101,249). Sum of RGB (Red+Green+Blue) = 52+101+249=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 249 (97.66% from 255 or 61.94% from 402); Max value from RGB is 249 - color contains mainly: blue. Hex color #3465F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3465F9 is #CB9A06. Grayscale: #666666. Windows color (decimal): -13343239 or 16344372. OLE color: 16344372.
HSL color Cylindrical-coordinate representation of color #3465F9: hue angle of 225.08º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3465F9 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 101 | 249 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.02 |
| HSL | 225.08º | 0.94% | 0.59% | - |
| HSV(B) | 225.08º | 0.79% | 0.98% | - |
| XYZ | 23.17 | 16.88 | 91.66 | - |
| YUV | 103.22 | 210.27 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 249 | 0.79 | 0.59 | 0 | 0.02 | 225.08 | 0.94 | 0.59 |
| Hex | 34 | 65 | F9 | 4F | 3B | 0 | 2 | E1 | 5E | 3B |
| Octal | 64 | 145 | 371 | 117 | 73 | 0 | 2 | 341 | 136 | 73 |
| Binary | 110100 | 1100101 | 11111001 | 1001111 | 111011 | 0 | 10 | 11100001 | 1011110 | 111011 |
Color Harmonies of #3465F9
Complementary color
Monochromatic Colors of #3465F9
Black with #3465F9
Text Example
Text Example
White with #3465F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465F9; }
p { color: rgb(52,101,249); }
H1.HeaderClassName
{
color: #3465F9;
}
.AnyTagClassName
{
color: #3465F9;
}
</style>
background-color css
<style>
a { background-color: #3465F9; }
a { background-color: rgb(52,101,249); }
div.DivClassName
{
background-color: #3465F9;
}
.BgClassName
{
background-color: #3465F9;
}
</style>
border-color css
<style>
span { border-color: #3465F9; }
span { border-color: rgb(52,101,249); }
td.TdClassName
{
border-color: #3465F9;
}
.TagClassName
{
border-color: #3465F9;
}
</style>