Shades of Royal Blue #346CDA
Tints of Royal Blue #346CDA
RGB
CMYK
RGB Variations
Color information
#346CDA (or 0x346CDA) is known color: Royal Blue. HEX triplet: 34, 6C and DA. RGB value is (52,108,218). Sum of RGB (Red+Green+Blue) = 52+108+218=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #346CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CDA is #CB9325. Grayscale: #676767. Windows color (decimal): -13341478 or 14314548. OLE color: 14314548.
HSL color Cylindrical-coordinate representation of color #346CDA: hue angle of 219.76º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #346CDA is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 108 | 218 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.15 |
| HSL | 219.76º | 0.69% | 0.53% | - |
| HSV(B) | 219.76º | 0.76% | 0.85% | - |
| XYZ | 19.43 | 16.52 | 68.49 | - |
| YUV | 103.8 | 192.45 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 218 | 0.76 | 0.50 | 0 | 0.15 | 219.76 | 0.69 | 0.53 |
| Hex | 34 | 6C | DA | 4C | 32 | 0 | F | DC | 45 | 35 |
| Octal | 64 | 154 | 332 | 114 | 62 | 0 | 17 | 334 | 105 | 65 |
| Binary | 110100 | 1101100 | 11011010 | 1001100 | 110010 | 0 | 1111 | 11011100 | 1000101 | 110101 |
Color Harmonies of #346CDA
Complementary color
Monochromatic Colors of #346CDA
Black with #346CDA
Text Example
Text Example
White with #346CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346CDA; }
p { color: rgb(52,108,218); }
H1.HeaderClassName
{
color: #346CDA;
}
.AnyTagClassName
{
color: #346CDA;
}
</style>
background-color css
<style>
a { background-color: #346CDA; }
a { background-color: rgb(52,108,218); }
div.DivClassName
{
background-color: #346CDA;
}
.BgClassName
{
background-color: #346CDA;
}
</style>
border-color css
<style>
span { border-color: #346CDA; }
span { border-color: rgb(52,108,218); }
td.TdClassName
{
border-color: #346CDA;
}
.TagClassName
{
border-color: #346CDA;
}
</style>