Shades of Royal Blue #346CF6
Tints of Royal Blue #346CF6
RGB
CMYK
RGB Variations
Color information
#346CF6 (or 0x346CF6) is known color: Royal Blue. HEX triplet: 34, 6C and F6. RGB value is (52,108,246). Sum of RGB (Red+Green+Blue) = 52+108+246=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #346CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346CF6 is #CB9309. Grayscale: #6A6A6A. Windows color (decimal): -13341450 or 16149556. OLE color: 16149556.
HSL color Cylindrical-coordinate representation of color #346CF6: hue angle of 222.68º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346CF6 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 108 | 246 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.04 |
| HSL | 222.68º | 0.92% | 0.58% | - |
| HSV(B) | 222.68º | 0.79% | 0.96% | - |
| XYZ | 23.41 | 18.11 | 89.45 | - |
| YUV | 106.99 | 206.45 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 246 | 0.79 | 0.56 | 0 | 0.04 | 222.68 | 0.92 | 0.58 |
| Hex | 34 | 6C | F6 | 4F | 38 | 0 | 4 | DF | 5C | 3A |
| Octal | 64 | 154 | 366 | 117 | 70 | 0 | 4 | 337 | 134 | 72 |
| Binary | 110100 | 1101100 | 11110110 | 1001111 | 111000 | 0 | 100 | 11011111 | 1011100 | 111010 |
Color Harmonies of #346CF6
Complementary color
Monochromatic Colors of #346CF6
Black with #346CF6
Text Example
Text Example
White with #346CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346CF6; }
p { color: rgb(52,108,246); }
H1.HeaderClassName
{
color: #346CF6;
}
.AnyTagClassName
{
color: #346CF6;
}
</style>
background-color css
<style>
a { background-color: #346CF6; }
a { background-color: rgb(52,108,246); }
div.DivClassName
{
background-color: #346CF6;
}
.BgClassName
{
background-color: #346CF6;
}
</style>
border-color css
<style>
span { border-color: #346CF6; }
span { border-color: rgb(52,108,246); }
td.TdClassName
{
border-color: #346CF6;
}
.TagClassName
{
border-color: #346CF6;
}
</style>