Shades of Royal Blue #346EFE
Tints of Royal Blue #346EFE
RGB
CMYK
RGB Variations
Color information
#346EFE (or 0x346EFE) is known color: Royal Blue. HEX triplet: 34, 6E and FE. RGB value is (52,110,254). Sum of RGB (Red+Green+Blue) = 52+110+254=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #346EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346EFE is #CB9101. Grayscale: #6C6C6C. Windows color (decimal): -13340930 or 16674356. OLE color: 16674356.
HSL color Cylindrical-coordinate representation of color #346EFE: hue angle of 222.77º 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 #346EFE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 110 | 254 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.00 |
| HSL | 222.77º | 0.99% | 0.6% | - |
| HSV(B) | 222.77º | 0.8% | 1% | - |
| XYZ | 24.88 | 19.04 | 96.13 | - |
| YUV | 109.07 | 209.78 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 254 | 0.80 | 0.57 | 0 | 0.00 | 222.77 | 0.99 | 0.6 |
| Hex | 34 | 6E | FE | 50 | 39 | 0 | 0 | DF | 63 | 3C |
| Octal | 64 | 156 | 376 | 120 | 71 | 0 | 0 | 337 | 143 | 74 |
| Binary | 110100 | 1101110 | 11111110 | 1010000 | 111001 | 0 | 0 | 11011111 | 1100011 | 111100 |
Color Harmonies of #346EFE
Complementary color
Monochromatic Colors of #346EFE
Black with #346EFE
Text Example
Text Example
White with #346EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346EFE; }
p { color: rgb(52,110,254); }
H1.HeaderClassName
{
color: #346EFE;
}
.AnyTagClassName
{
color: #346EFE;
}
</style>
background-color css
<style>
a { background-color: #346EFE; }
a { background-color: rgb(52,110,254); }
div.DivClassName
{
background-color: #346EFE;
}
.BgClassName
{
background-color: #346EFE;
}
</style>
border-color css
<style>
span { border-color: #346EFE; }
span { border-color: rgb(52,110,254); }
td.TdClassName
{
border-color: #346EFE;
}
.TagClassName
{
border-color: #346EFE;
}
</style>