Shades of Royal Blue #346CDE
Tints of Royal Blue #346CDE
RGB
CMYK
RGB Variations
Color information
#346CDE (or 0x346CDE) is known color: Royal Blue. HEX triplet: 34, 6C and DE. RGB value is (52,108,222). Sum of RGB (Red+Green+Blue) = 52+108+222=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #346CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CDE is #CB9321. Grayscale: #676767. Windows color (decimal): -13341474 or 14576692. OLE color: 14576692.
HSL color Cylindrical-coordinate representation of color #346CDE: hue angle of 220.24º degrees, saturation: 0.72, 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 #346CDE is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 108 | 222 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.13 |
| HSL | 220.24º | 0.72% | 0.54% | - |
| HSV(B) | 220.24º | 0.77% | 0.87% | - |
| XYZ | 19.96 | 16.73 | 71.28 | - |
| YUV | 104.25 | 194.45 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 222 | 0.77 | 0.51 | 0 | 0.13 | 220.24 | 0.72 | 0.54 |
| Hex | 34 | 6C | DE | 4D | 33 | 0 | D | DC | 48 | 36 |
| Octal | 64 | 154 | 336 | 115 | 63 | 0 | 15 | 334 | 110 | 66 |
| Binary | 110100 | 1101100 | 11011110 | 1001101 | 110011 | 0 | 1101 | 11011100 | 1001000 | 110110 |
Color Harmonies of #346CDE
Complementary color
Monochromatic Colors of #346CDE
Black with #346CDE
Text Example
Text Example
White with #346CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346CDE; }
p { color: rgb(52,108,222); }
H1.HeaderClassName
{
color: #346CDE;
}
.AnyTagClassName
{
color: #346CDE;
}
</style>
background-color css
<style>
a { background-color: #346CDE; }
a { background-color: rgb(52,108,222); }
div.DivClassName
{
background-color: #346CDE;
}
.BgClassName
{
background-color: #346CDE;
}
</style>
border-color css
<style>
span { border-color: #346CDE; }
span { border-color: rgb(52,108,222); }
td.TdClassName
{
border-color: #346CDE;
}
.TagClassName
{
border-color: #346CDE;
}
</style>