Shades of Royal Blue #346BDF
Tints of Royal Blue #346BDF
RGB
CMYK
RGB Variations
Color information
#346BDF (or 0x346BDF) is known color: Royal Blue. HEX triplet: 34, 6B and DF. RGB value is (52,107,223). Sum of RGB (Red+Green+Blue) = 52+107+223=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #346BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BDF is #CB9420. Grayscale: #676767. Windows color (decimal): -13341729 or 14641972. OLE color: 14641972.
HSL color Cylindrical-coordinate representation of color #346BDF: hue angle of 220.7º 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 #346BDF is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 107 | 223 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.13 |
| HSL | 220.7º | 0.73% | 0.54% | - |
| HSV(B) | 220.7º | 0.77% | 0.87% | - |
| XYZ | 19.99 | 16.57 | 71.96 | - |
| YUV | 103.78 | 195.28 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 223 | 0.77 | 0.52 | 0 | 0.13 | 220.7 | 0.73 | 0.54 |
| Hex | 34 | 6B | DF | 4D | 34 | 0 | D | DD | 49 | 36 |
| Octal | 64 | 153 | 337 | 115 | 64 | 0 | 15 | 335 | 111 | 66 |
| Binary | 110100 | 1101011 | 11011111 | 1001101 | 110100 | 0 | 1101 | 11011101 | 1001001 | 110110 |
Color Harmonies of #346BDF
Complementary color
Monochromatic Colors of #346BDF
Black with #346BDF
Text Example
Text Example
White with #346BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346BDF; }
p { color: rgb(52,107,223); }
H1.HeaderClassName
{
color: #346BDF;
}
.AnyTagClassName
{
color: #346BDF;
}
</style>
background-color css
<style>
a { background-color: #346BDF; }
a { background-color: rgb(52,107,223); }
div.DivClassName
{
background-color: #346BDF;
}
.BgClassName
{
background-color: #346BDF;
}
</style>
border-color css
<style>
span { border-color: #346BDF; }
span { border-color: rgb(52,107,223); }
td.TdClassName
{
border-color: #346BDF;
}
.TagClassName
{
border-color: #346BDF;
}
</style>