Shades of Royal Blue #346BFD
Tints of Royal Blue #346BFD
RGB
CMYK
RGB Variations
Color information
#346BFD (or 0x346BFD) is known color: Royal Blue. HEX triplet: 34, 6B and FD. RGB value is (52,107,253). Sum of RGB (Red+Green+Blue) = 52+107+253=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #346BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346BFD is #CB9402. Grayscale: #6A6A6A. Windows color (decimal): -13341699 or 16608052. OLE color: 16608052.
HSL color Cylindrical-coordinate representation of color #346BFD: hue angle of 223.58º degrees, saturation: 0.98, 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 #346BFD is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 107 | 253 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.01 |
| HSL | 223.58º | 0.98% | 0.6% | - |
| HSV(B) | 223.58º | 0.79% | 0.99% | - |
| XYZ | 24.4 | 18.34 | 95.18 | - |
| YUV | 107.2 | 210.28 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 253 | 0.79 | 0.58 | 0 | 0.01 | 223.58 | 0.98 | 0.6 |
| Hex | 34 | 6B | FD | 4F | 3A | 0 | 1 | E0 | 62 | 3C |
| Octal | 64 | 153 | 375 | 117 | 72 | 0 | 1 | 340 | 142 | 74 |
| Binary | 110100 | 1101011 | 11111101 | 1001111 | 111010 | 0 | 1 | 11100000 | 1100010 | 111100 |
Color Harmonies of #346BFD
Complementary color
Monochromatic Colors of #346BFD
Black with #346BFD
Text Example
Text Example
White with #346BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346BFD; }
p { color: rgb(52,107,253); }
H1.HeaderClassName
{
color: #346BFD;
}
.AnyTagClassName
{
color: #346BFD;
}
</style>
background-color css
<style>
a { background-color: #346BFD; }
a { background-color: rgb(52,107,253); }
div.DivClassName
{
background-color: #346BFD;
}
.BgClassName
{
background-color: #346BFD;
}
</style>
border-color css
<style>
span { border-color: #346BFD; }
span { border-color: rgb(52,107,253); }
td.TdClassName
{
border-color: #346BFD;
}
.TagClassName
{
border-color: #346BFD;
}
</style>