Shades of Royal Blue #346FDF
Tints of Royal Blue #346FDF
RGB
CMYK
RGB Variations
Color information
#346FDF (or 0x346FDF) is known color: Royal Blue. HEX triplet: 34, 6F and DF. RGB value is (52,111,223). Sum of RGB (Red+Green+Blue) = 52+111+223=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #346FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FDF is #CB9020. Grayscale: #696969. Windows color (decimal): -13340705 or 14642996. OLE color: 14642996.
HSL color Cylindrical-coordinate representation of color #346FDF: hue angle of 219.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #346FDF is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 111 | 223 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.13 |
| HSL | 219.3º | 0.73% | 0.54% | - |
| HSV(B) | 219.3º | 0.77% | 0.87% | - |
| XYZ | 20.42 | 17.43 | 72.1 | - |
| YUV | 106.13 | 193.95 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 223 | 0.77 | 0.50 | 0 | 0.13 | 219.3 | 0.73 | 0.54 |
| Hex | 34 | 6F | DF | 4D | 32 | 0 | D | DB | 49 | 36 |
| Octal | 64 | 157 | 337 | 115 | 62 | 0 | 15 | 333 | 111 | 66 |
| Binary | 110100 | 1101111 | 11011111 | 1001101 | 110010 | 0 | 1101 | 11011011 | 1001001 | 110110 |
Color Harmonies of #346FDF
Complementary color
Monochromatic Colors of #346FDF
Black with #346FDF
Text Example
Text Example
White with #346FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346FDF; }
p { color: rgb(52,111,223); }
H1.HeaderClassName
{
color: #346FDF;
}
.AnyTagClassName
{
color: #346FDF;
}
</style>
background-color css
<style>
a { background-color: #346FDF; }
a { background-color: rgb(52,111,223); }
div.DivClassName
{
background-color: #346FDF;
}
.BgClassName
{
background-color: #346FDF;
}
</style>
border-color css
<style>
span { border-color: #346FDF; }
span { border-color: rgb(52,111,223); }
td.TdClassName
{
border-color: #346FDF;
}
.TagClassName
{
border-color: #346FDF;
}
</style>