Shades of Royal Blue #3465FB
Tints of Royal Blue #3465FB
RGB
CMYK
RGB Variations
Color information
#3465FB (or 0x3465FB) is known color: Royal Blue. HEX triplet: 34, 65 and FB. RGB value is (52,101,251). Sum of RGB (Red+Green+Blue) = 52+101+251=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #3465FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3465FB is #CB9A04. Grayscale: #666666. Windows color (decimal): -13343237 or 16475444. OLE color: 16475444.
HSL color Cylindrical-coordinate representation of color #3465FB: hue angle of 225.23º degrees, saturation: 0.96, 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 #3465FB is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 101 | 251 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.02 |
| HSL | 225.23º | 0.96% | 0.59% | - |
| HSV(B) | 225.23º | 0.79% | 0.98% | - |
| XYZ | 23.48 | 17 | 93.31 | - |
| YUV | 103.45 | 211.27 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 251 | 0.79 | 0.60 | 0 | 0.02 | 225.23 | 0.96 | 0.59 |
| Hex | 34 | 65 | FB | 4F | 3C | 0 | 2 | E1 | 60 | 3B |
| Octal | 64 | 145 | 373 | 117 | 74 | 0 | 2 | 341 | 140 | 73 |
| Binary | 110100 | 1100101 | 11111011 | 1001111 | 111100 | 0 | 10 | 11100001 | 1100000 | 111011 |
Color Harmonies of #3465FB
Complementary color
Monochromatic Colors of #3465FB
Black with #3465FB
Text Example
Text Example
White with #3465FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465FB; }
p { color: rgb(52,101,251); }
H1.HeaderClassName
{
color: #3465FB;
}
.AnyTagClassName
{
color: #3465FB;
}
</style>
background-color css
<style>
a { background-color: #3465FB; }
a { background-color: rgb(52,101,251); }
div.DivClassName
{
background-color: #3465FB;
}
.BgClassName
{
background-color: #3465FB;
}
</style>
border-color css
<style>
span { border-color: #3465FB; }
span { border-color: rgb(52,101,251); }
td.TdClassName
{
border-color: #3465FB;
}
.TagClassName
{
border-color: #3465FB;
}
</style>