Shades of Royal Blue #346FFE
Tints of Royal Blue #346FFE
RGB
CMYK
RGB Variations
Color information
#346FFE (or 0x346FFE) is known color: Royal Blue. HEX triplet: 34, 6F and FE. RGB value is (52,111,254). Sum of RGB (Red+Green+Blue) = 52+111+254=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #346FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346FFE is #CB9001. Grayscale: #6D6D6D. Windows color (decimal): -13340674 or 16674612. OLE color: 16674612.
HSL color Cylindrical-coordinate representation of color #346FFE: hue angle of 222.48º 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 #346FFE is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 111 | 254 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.00 |
| HSL | 222.48º | 0.99% | 0.6% | - |
| HSV(B) | 222.48º | 0.8% | 1% | - |
| XYZ | 24.99 | 19.25 | 96.17 | - |
| YUV | 109.66 | 209.45 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 254 | 0.80 | 0.56 | 0 | 0.00 | 222.48 | 0.99 | 0.6 |
| Hex | 34 | 6F | FE | 50 | 38 | 0 | 0 | DE | 63 | 3C |
| Octal | 64 | 157 | 376 | 120 | 70 | 0 | 0 | 336 | 143 | 74 |
| Binary | 110100 | 1101111 | 11111110 | 1010000 | 111000 | 0 | 0 | 11011110 | 1100011 | 111100 |
Color Harmonies of #346FFE
Complementary color
Monochromatic Colors of #346FFE
Black with #346FFE
Text Example
Text Example
White with #346FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346FFE; }
p { color: rgb(52,111,254); }
H1.HeaderClassName
{
color: #346FFE;
}
.AnyTagClassName
{
color: #346FFE;
}
</style>
background-color css
<style>
a { background-color: #346FFE; }
a { background-color: rgb(52,111,254); }
div.DivClassName
{
background-color: #346FFE;
}
.BgClassName
{
background-color: #346FFE;
}
</style>
border-color css
<style>
span { border-color: #346FFE; }
span { border-color: rgb(52,111,254); }
td.TdClassName
{
border-color: #346FFE;
}
.TagClassName
{
border-color: #346FFE;
}
</style>