Shades of Royal Blue #346AD0
Tints of Royal Blue #346AD0
RGB
CMYK
RGB Variations
Color information
#346AD0 (or 0x346AD0) is known color: Royal Blue. HEX triplet: 34, 6A and D0. RGB value is (52,106,208). Sum of RGB (Red+Green+Blue) = 52+106+208=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 208 (81.64% from 255 or 56.83% from 366); Max value from RGB is 208 - color contains mainly: blue. Hex color #346AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346AD0 is #CB952F. Grayscale: #656565. Windows color (decimal): -13342000 or 13658676. OLE color: 13658676.
HSL color Cylindrical-coordinate representation of color #346AD0: hue angle of 219.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346AD0 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 106 | 208 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.18 |
| HSL | 219.23º | 0.62% | 0.51% | - |
| HSV(B) | 219.23º | 0.75% | 0.82% | - |
| XYZ | 17.96 | 15.59 | 61.74 | - |
| YUV | 101.48 | 188.11 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 208 | 0.75 | 0.49 | 0 | 0.18 | 219.23 | 0.62 | 0.51 |
| Hex | 34 | 6A | D0 | 4B | 31 | 0 | 12 | DB | 3E | 33 |
| Octal | 64 | 152 | 320 | 113 | 61 | 0 | 22 | 333 | 76 | 63 |
| Binary | 110100 | 1101010 | 11010000 | 1001011 | 110001 | 0 | 10010 | 11011011 | 111110 | 110011 |
Color Harmonies of #346AD0
Complementary color
Monochromatic Colors of #346AD0
Black with #346AD0
Text Example
Text Example
White with #346AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346AD0; }
p { color: rgb(52,106,208); }
H1.HeaderClassName
{
color: #346AD0;
}
.AnyTagClassName
{
color: #346AD0;
}
</style>
background-color css
<style>
a { background-color: #346AD0; }
a { background-color: rgb(52,106,208); }
div.DivClassName
{
background-color: #346AD0;
}
.BgClassName
{
background-color: #346AD0;
}
</style>
border-color css
<style>
span { border-color: #346AD0; }
span { border-color: rgb(52,106,208); }
td.TdClassName
{
border-color: #346AD0;
}
.TagClassName
{
border-color: #346AD0;
}
</style>