Shades of Royal Blue #346AD2
Tints of Royal Blue #346AD2
RGB
CMYK
RGB Variations
Color information
#346AD2 (or 0x346AD2) is known color: Royal Blue. HEX triplet: 34, 6A and D2. RGB value is (52,106,210). Sum of RGB (Red+Green+Blue) = 52+106+210=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #346AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346AD2 is #CB952D. Grayscale: #656565. Windows color (decimal): -13341998 or 13789748. OLE color: 13789748.
HSL color Cylindrical-coordinate representation of color #346AD2: hue angle of 219.49º degrees, saturation: 0.64, 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 #346AD2 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 106 | 210 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.18 |
| HSL | 219.49º | 0.64% | 0.51% | - |
| HSV(B) | 219.49º | 0.75% | 0.82% | - |
| XYZ | 18.2 | 15.69 | 63.04 | - |
| YUV | 101.71 | 189.11 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 210 | 0.75 | 0.50 | 0 | 0.18 | 219.49 | 0.64 | 0.51 |
| Hex | 34 | 6A | D2 | 4B | 32 | 0 | 12 | DB | 40 | 33 |
| Octal | 64 | 152 | 322 | 113 | 62 | 0 | 22 | 333 | 100 | 63 |
| Binary | 110100 | 1101010 | 11010010 | 1001011 | 110010 | 0 | 10010 | 11011011 | 1000000 | 110011 |
Color Harmonies of #346AD2
Complementary color
Monochromatic Colors of #346AD2
Black with #346AD2
Text Example
Text Example
White with #346AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346AD2; }
p { color: rgb(52,106,210); }
H1.HeaderClassName
{
color: #346AD2;
}
.AnyTagClassName
{
color: #346AD2;
}
</style>
background-color css
<style>
a { background-color: #346AD2; }
a { background-color: rgb(52,106,210); }
div.DivClassName
{
background-color: #346AD2;
}
.BgClassName
{
background-color: #346AD2;
}
</style>
border-color css
<style>
span { border-color: #346AD2; }
span { border-color: rgb(52,106,210); }
td.TdClassName
{
border-color: #346AD2;
}
.TagClassName
{
border-color: #346AD2;
}
</style>