Shades of Royal Blue #346DFE
Tints of Royal Blue #346DFE
RGB
CMYK
RGB Variations
Color information
#346DFE (or 0x346DFE) is known color: Royal Blue. HEX triplet: 34, 6D and FE. RGB value is (52,109,254). Sum of RGB (Red+Green+Blue) = 52+109+254=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #346DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346DFE is #CB9201. Grayscale: #6B6B6B. Windows color (decimal): -13341186 or 16674100. OLE color: 16674100.
HSL color Cylindrical-coordinate representation of color #346DFE: hue angle of 223.07º 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 #346DFE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 109 | 254 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.00 |
| HSL | 223.07º | 0.99% | 0.6% | - |
| HSV(B) | 223.07º | 0.8% | 1% | - |
| XYZ | 24.77 | 18.82 | 96.09 | - |
| YUV | 108.49 | 210.12 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 254 | 0.80 | 0.57 | 0 | 0.00 | 223.07 | 0.99 | 0.6 |
| Hex | 34 | 6D | FE | 50 | 39 | 0 | 0 | DF | 63 | 3C |
| Octal | 64 | 155 | 376 | 120 | 71 | 0 | 0 | 337 | 143 | 74 |
| Binary | 110100 | 1101101 | 11111110 | 1010000 | 111001 | 0 | 0 | 11011111 | 1100011 | 111100 |
Color Harmonies of #346DFE
Complementary color
Monochromatic Colors of #346DFE
Black with #346DFE
Text Example
Text Example
White with #346DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346DFE; }
p { color: rgb(52,109,254); }
H1.HeaderClassName
{
color: #346DFE;
}
.AnyTagClassName
{
color: #346DFE;
}
</style>
background-color css
<style>
a { background-color: #346DFE; }
a { background-color: rgb(52,109,254); }
div.DivClassName
{
background-color: #346DFE;
}
.BgClassName
{
background-color: #346DFE;
}
</style>
border-color css
<style>
span { border-color: #346DFE; }
span { border-color: rgb(52,109,254); }
td.TdClassName
{
border-color: #346DFE;
}
.TagClassName
{
border-color: #346DFE;
}
</style>