Shades of Royal Blue #3460FC
Tints of Royal Blue #3460FC
RGB
CMYK
RGB Variations
Color information
#3460FC (or 0x3460FC) is known color: Royal Blue. HEX triplet: 34, 60 and FC. RGB value is (52,96,252). Sum of RGB (Red+Green+Blue) = 52+96+252=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #3460FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3460FC is #CB9F03. Grayscale: #636363. Windows color (decimal): -13344516 or 16539700. OLE color: 16539700.
HSL color Cylindrical-coordinate representation of color #3460FC: hue angle of 226.8º 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 #3460FC is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 96 | 252 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.01 |
| HSL | 226.8º | 0.97% | 0.6% | - |
| HSV(B) | 226.8º | 0.79% | 0.99% | - |
| XYZ | 23.17 | 16.12 | 93.99 | - |
| YUV | 100.63 | 213.42 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 252 | 0.79 | 0.62 | 0 | 0.01 | 226.8 | 0.97 | 0.6 |
| Hex | 34 | 60 | FC | 4F | 3E | 0 | 1 | E3 | 61 | 3C |
| Octal | 64 | 140 | 374 | 117 | 76 | 0 | 1 | 343 | 141 | 74 |
| Binary | 110100 | 1100000 | 11111100 | 1001111 | 111110 | 0 | 1 | 11100011 | 1100001 | 111100 |
Color Harmonies of #3460FC
Complementary color
Monochromatic Colors of #3460FC
Black with #3460FC
Text Example
Text Example
White with #3460FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3460FC; }
p { color: rgb(52,96,252); }
H1.HeaderClassName
{
color: #3460FC;
}
.AnyTagClassName
{
color: #3460FC;
}
</style>
background-color css
<style>
a { background-color: #3460FC; }
a { background-color: rgb(52,96,252); }
div.DivClassName
{
background-color: #3460FC;
}
.BgClassName
{
background-color: #3460FC;
}
</style>
border-color css
<style>
span { border-color: #3460FC; }
span { border-color: rgb(52,96,252); }
td.TdClassName
{
border-color: #3460FC;
}
.TagClassName
{
border-color: #3460FC;
}
</style>