Shades of Royal Blue #346AF4
Tints of Royal Blue #346AF4
RGB
CMYK
RGB Variations
Color information
#346AF4 (or 0x346AF4) is known color: Royal Blue. HEX triplet: 34, 6A and F4. RGB value is (52,106,244). Sum of RGB (Red+Green+Blue) = 52+106+244=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 244 (95.70% from 255 or 60.70% from 402); Max value from RGB is 244 - color contains mainly: blue. Hex color #346AF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346AF4 is #CB950B. Grayscale: #686868. Windows color (decimal): -13341964 or 16017972. OLE color: 16017972.
HSL color Cylindrical-coordinate representation of color #346AF4: hue angle of 223.12º degrees, saturation: 0.9, 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 #346AF4 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 106 | 244 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.04 |
| HSL | 223.13º | 0.9% | 0.58% | - |
| HSV(B) | 223.13º | 0.79% | 0.96% | - |
| XYZ | 22.9 | 17.57 | 87.77 | - |
| YUV | 105.59 | 206.11 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 244 | 0.79 | 0.57 | 0 | 0.04 | 223.13 | 0.9 | 0.58 |
| Hex | 34 | 6A | F4 | 4F | 39 | 0 | 4 | DF | 5A | 3A |
| Octal | 64 | 152 | 364 | 117 | 71 | 0 | 4 | 337 | 132 | 72 |
| Binary | 110100 | 1101010 | 11110100 | 1001111 | 111001 | 0 | 100 | 11011111 | 1011010 | 111010 |
Color Harmonies of #346AF4
Complementary color
Monochromatic Colors of #346AF4
Black with #346AF4
Text Example
Text Example
White with #346AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346AF4; }
p { color: rgb(52,106,244); }
H1.HeaderClassName
{
color: #346AF4;
}
.AnyTagClassName
{
color: #346AF4;
}
</style>
background-color css
<style>
a { background-color: #346AF4; }
a { background-color: rgb(52,106,244); }
div.DivClassName
{
background-color: #346AF4;
}
.BgClassName
{
background-color: #346AF4;
}
</style>
border-color css
<style>
span { border-color: #346AF4; }
span { border-color: rgb(52,106,244); }
td.TdClassName
{
border-color: #346AF4;
}
.TagClassName
{
border-color: #346AF4;
}
</style>