Shades of Royal Blue #346AFC
Tints of Royal Blue #346AFC
RGB
CMYK
RGB Variations
Color information
#346AFC (or 0x346AFC) is known color: Royal Blue. HEX triplet: 34, 6A and FC. RGB value is (52,106,252). Sum of RGB (Red+Green+Blue) = 52+106+252=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #346AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346AFC is #CB9503. Grayscale: #696969. Windows color (decimal): -13341956 or 16542260. OLE color: 16542260.
HSL color Cylindrical-coordinate representation of color #346AFC: hue angle of 223.8º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346AFC is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 106 | 252 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.01 |
| HSL | 223.8º | 0.97% | 0.6% | - |
| HSV(B) | 223.8º | 0.79% | 0.99% | - |
| XYZ | 24.14 | 18.07 | 94.31 | - |
| YUV | 106.5 | 210.11 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 252 | 0.79 | 0.58 | 0 | 0.01 | 223.8 | 0.97 | 0.6 |
| Hex | 34 | 6A | FC | 4F | 3A | 0 | 1 | E0 | 61 | 3C |
| Octal | 64 | 152 | 374 | 117 | 72 | 0 | 1 | 340 | 141 | 74 |
| Binary | 110100 | 1101010 | 11111100 | 1001111 | 111010 | 0 | 1 | 11100000 | 1100001 | 111100 |
Color Harmonies of #346AFC
Complementary color
Monochromatic Colors of #346AFC
Black with #346AFC
Text Example
Text Example
White with #346AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346AFC; }
p { color: rgb(52,106,252); }
H1.HeaderClassName
{
color: #346AFC;
}
.AnyTagClassName
{
color: #346AFC;
}
</style>
background-color css
<style>
a { background-color: #346AFC; }
a { background-color: rgb(52,106,252); }
div.DivClassName
{
background-color: #346AFC;
}
.BgClassName
{
background-color: #346AFC;
}
</style>
border-color css
<style>
span { border-color: #346AFC; }
span { border-color: rgb(52,106,252); }
td.TdClassName
{
border-color: #346AFC;
}
.TagClassName
{
border-color: #346AFC;
}
</style>