Shades of Royal Blue #346CEF
Tints of Royal Blue #346CEF
RGB
CMYK
RGB Variations
Color information
#346CEF (or 0x346CEF) is known color: Royal Blue. HEX triplet: 34, 6C and EF. RGB value is (52,108,239). Sum of RGB (Red+Green+Blue) = 52+108+239=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #346CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346CEF is #CB9310. Grayscale: #696969. Windows color (decimal): -13341457 or 15690804. OLE color: 15690804.
HSL color Cylindrical-coordinate representation of color #346CEF: hue angle of 222.03º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #346CEF is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 108 | 239 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.06 |
| HSL | 222.03º | 0.85% | 0.57% | - |
| HSV(B) | 222.03º | 0.78% | 0.94% | - |
| XYZ | 22.36 | 17.69 | 83.9 | - |
| YUV | 106.19 | 202.95 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 239 | 0.78 | 0.55 | 0 | 0.06 | 222.03 | 0.85 | 0.57 |
| Hex | 34 | 6C | EF | 4E | 37 | 0 | 6 | DE | 55 | 39 |
| Octal | 64 | 154 | 357 | 116 | 67 | 0 | 6 | 336 | 125 | 71 |
| Binary | 110100 | 1101100 | 11101111 | 1001110 | 110111 | 0 | 110 | 11011110 | 1010101 | 111001 |
Color Harmonies of #346CEF
Complementary color
Monochromatic Colors of #346CEF
Black with #346CEF
Text Example
Text Example
White with #346CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346CEF; }
p { color: rgb(52,108,239); }
H1.HeaderClassName
{
color: #346CEF;
}
.AnyTagClassName
{
color: #346CEF;
}
</style>
background-color css
<style>
a { background-color: #346CEF; }
a { background-color: rgb(52,108,239); }
div.DivClassName
{
background-color: #346CEF;
}
.BgClassName
{
background-color: #346CEF;
}
</style>
border-color css
<style>
span { border-color: #346CEF; }
span { border-color: rgb(52,108,239); }
td.TdClassName
{
border-color: #346CEF;
}
.TagClassName
{
border-color: #346CEF;
}
</style>