Shades of Royal Blue #3465FC
Tints of Royal Blue #3465FC
RGB
CMYK
RGB Variations
Color information
#3465FC (or 0x3465FC) is known color: Royal Blue. HEX triplet: 34, 65 and FC. RGB value is (52,101,252). Sum of RGB (Red+Green+Blue) = 52+101+252=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #3465FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3465FC is #CB9A03. Grayscale: #666666. Windows color (decimal): -13343236 or 16540980. OLE color: 16540980.
HSL color Cylindrical-coordinate representation of color #3465FC: hue angle of 225.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3465FC is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 101 | 252 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.01 |
| HSL | 225.3º | 0.97% | 0.6% | - |
| HSV(B) | 225.3º | 0.79% | 0.99% | - |
| XYZ | 23.64 | 17.07 | 94.14 | - |
| YUV | 103.56 | 211.77 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 252 | 0.79 | 0.60 | 0 | 0.01 | 225.3 | 0.97 | 0.6 |
| Hex | 34 | 65 | FC | 4F | 3C | 0 | 1 | E1 | 61 | 3C |
| Octal | 64 | 145 | 374 | 117 | 74 | 0 | 1 | 341 | 141 | 74 |
| Binary | 110100 | 1100101 | 11111100 | 1001111 | 111100 | 0 | 1 | 11100001 | 1100001 | 111100 |
Color Harmonies of #3465FC
Complementary color
Monochromatic Colors of #3465FC
Black with #3465FC
Text Example
Text Example
White with #3465FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465FC; }
p { color: rgb(52,101,252); }
H1.HeaderClassName
{
color: #3465FC;
}
.AnyTagClassName
{
color: #3465FC;
}
</style>
background-color css
<style>
a { background-color: #3465FC; }
a { background-color: rgb(52,101,252); }
div.DivClassName
{
background-color: #3465FC;
}
.BgClassName
{
background-color: #3465FC;
}
</style>
border-color css
<style>
span { border-color: #3465FC; }
span { border-color: rgb(52,101,252); }
td.TdClassName
{
border-color: #3465FC;
}
.TagClassName
{
border-color: #3465FC;
}
</style>