Shades of Royal Blue #3460FE
Tints of Royal Blue #3460FE
RGB
CMYK
RGB Variations
Color information
#3460FE (or 0x3460FE) is known color: Royal Blue. HEX triplet: 34, 60 and FE. RGB value is (52,96,254). Sum of RGB (Red+Green+Blue) = 52+96+254=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #3460FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3460FE is #CB9F01. Grayscale: #646464. Windows color (decimal): -13344514 or 16670772. OLE color: 16670772.
HSL color Cylindrical-coordinate representation of color #3460FE: hue angle of 226.93º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3460FE is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 96 | 254 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.00 |
| HSL | 226.93º | 0.99% | 0.6% | - |
| HSV(B) | 226.93º | 0.8% | 1% | - |
| XYZ | 23.49 | 16.25 | 95.66 | - |
| YUV | 100.86 | 214.42 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 254 | 0.80 | 0.62 | 0 | 0.00 | 226.93 | 0.99 | 0.6 |
| Hex | 34 | 60 | FE | 50 | 3E | 0 | 0 | E3 | 63 | 3C |
| Octal | 64 | 140 | 376 | 120 | 76 | 0 | 0 | 343 | 143 | 74 |
| Binary | 110100 | 1100000 | 11111110 | 1010000 | 111110 | 0 | 0 | 11100011 | 1100011 | 111100 |
Color Harmonies of #3460FE
Complementary color
Monochromatic Colors of #3460FE
Black with #3460FE
Text Example
Text Example
White with #3460FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3460FE; }
p { color: rgb(52,96,254); }
H1.HeaderClassName
{
color: #3460FE;
}
.AnyTagClassName
{
color: #3460FE;
}
</style>
background-color css
<style>
a { background-color: #3460FE; }
a { background-color: rgb(52,96,254); }
div.DivClassName
{
background-color: #3460FE;
}
.BgClassName
{
background-color: #3460FE;
}
</style>
border-color css
<style>
span { border-color: #3460FE; }
span { border-color: rgb(52,96,254); }
td.TdClassName
{
border-color: #3460FE;
}
.TagClassName
{
border-color: #3460FE;
}
</style>